diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-05-21 15:27:58 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-05-21 15:27:58 +0000 |
commit | be113e54af29f34f8978ee960300d95bffebcd48 (patch) | |
tree | 20d0ec1d4210b369addcf95577f1f51bce1e0aa1 | |
parent | 430fdfa3d6520326eb79e4a9ca86cb8e109c2d2b (diff) |
Fix expected test output for additions to the stylesheettelepathy-spec-0.17.5
-rw-r--r-- | test/expected/spec.html.canon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/expected/spec.html.canon b/test/expected/spec.html.canon index 675a3496..50d2bad8 100644 --- a/test/expected/spec.html.canon +++ b/test/expected/spec.html.canon @@ -98,6 +98,15 @@ padding-left: 0.5em; } + .added { + color: #006600; + background: #ffffff; + } + .deprecated { + color: #ff0000; + background: #ffffff; + } + </style></head><body><h1 class="topbox">telepathy-spec tools test case</h1><h2>Version 0.1.2</h2><div>Copyright (C) 2006 Collabora Limited</div><p>This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either |