tests/test-hgweb.t
changeset 35094 38fe3fe4bbb6
parent 35089 69ea10d5b00c
child 35134 bd957ee85a6b
equal deleted inserted replaced
35093:bd2743936b56 35094:38fe3fe4bbb6
   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: 9261
   343   content-length: 9374
   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; background: white; color: black; }
   346   body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
   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; }
   473   }
   473   }
   474   span.logtags span.obsoletetag {
   474   span.logtags span.obsoletetag {
   475   	background-color: #dddddd;
   475   	background-color: #dddddd;
   476   	border-color: #e4e4e4 #a3a3a3 #a3a3a3 #e4e4e4;
   476   	border-color: #e4e4e4 #a3a3a3 #a3a3a3 #e4e4e4;
   477   }
   477   }
       
   478   span.logtags span.instabilitytag {
       
   479   	background-color: #ffb1c0;
       
   480   	border-color: #ffbbc8 #ff4476 #ff4476 #ffbbc8;
       
   481   }
   478   span.logtags span.tagtag {
   482   span.logtags span.tagtag {
   479   	background-color: #ffffaa;
   483   	background-color: #ffffaa;
   480   	border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
   484   	border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
   481   }
   485   }
   482   span.logtags span.branchtag {
   486   span.logtags span.branchtag {