649134-2.html (584B)
1 <!DOCTYPE HTML> 2 <html><head> 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 4 <title>Testcase for bug </title> 5 <link rel="stylesheet" type="text/css" href=" " /> 6 <!-- 7 #foo { 8 /* This doesn't get evaluated */ 9 color: red; 10 } 11 #ie { 12 border: 5px solid red; 13 } 14 #ie { 15 display: block; 16 } 17 #moz { 18 color: blue; 19 /* display: none; */ 20 } 21 --> 22 23 </head> 24 <body> 25 26 <p id="foo">foo</p> 27 <p id="ie">ie</p> 28 <p id="moz">moz</p> 29 30 </body> 31 </html>