diff -r 3bfc473f4d33 -r f29ee23bf361 tests/test-hgweb.t --- 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 {