tests/test-hgweb.t
changeset 38485 a8872a820242
parent 38251 ead71b15efd5
child 39452 8466c6075161
--- a/tests/test-hgweb.t	Wed Jun 27 07:19:30 2018 -0700
+++ b/tests/test-hgweb.t	Thu Jun 28 07:41:08 2018 +0800
@@ -336,7 +336,7 @@
 
   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   200 Script output follows
-  content-length: 9059
+  content-length: 9074
   content-type: text/css
   
   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -415,6 +415,7 @@
     background: #ffc;
     border: 1px solid yellow;
     border-radius: 5px;
+    z-index: 15;
   }
   
   #searchform:hover div#hint { display: block; }