tests/test-hgweb.t
changeset 26363 f29ee23bf361
parent 26362 3bfc473f4d33
child 26421 4b0fc75f9403
--- a/tests/test-hgweb.t	Fri Sep 25 03:02:38 2015 +0800
+++ b/tests/test-hgweb.t	Fri Sep 25 12:38:20 2015 +0800
@@ -340,7 +340,7 @@
 
   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   200 Script output follows
-  content-length: 6264
+  content-length: 6379
   content-type: text/css
   
   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
@@ -464,6 +464,11 @@
   	width: 4em;
   	height: 1em;
   }
+  tr:target td,
+  pre.sourcelines > span:target,
+  pre.sourcelines.stripes > span:target {
+  	background-color: #bfdfff;
+  }
   
   /* Graph */
   div#wrapper {