tests/test-hgweb.t
changeset 26175 eae3c6de71e5
parent 25777 1c2a8db33b8f
child 26288 2239626369f5
equal deleted inserted replaced
26174:c38afb8c7deb 26175:eae3c6de71e5
   338 
   338 
   339 static file
   339 static file
   340 
   340 
   341   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   341   $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   342   200 Script output follows
   342   200 Script output follows
   343   content-length: 5372
   343   content-length: 5401
   344   content-type: text/css
   344   content-type: text/css
   345   
   345   
   346   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
   346   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
   347   a { color:#0000cc; }
   347   a { color:#0000cc; }
   348   a:hover, a:visited, a:active { color:#880000; }
   348   a:hover, a:visited, a:active { color:#880000; }
   537   }
   537   }
   538   
   538   
   539   .scroll-loading-error {
   539   .scroll-loading-error {
   540       background-color: #FFCCCC !important;
   540       background-color: #FFCCCC !important;
   541   }
   541   }
       
   542   
       
   543   #doc {
       
   544       margin: 0 8px;
       
   545   }
   542   304 Not Modified
   546   304 Not Modified
   543   
   547   
   544 
   548 
   545 phase changes are refreshed (issue4061)
   549 phase changes are refreshed (issue4061)
   546 
   550