379178-html.html (324B)
1 <html> 2 <head> 3 4 <title>HTML Test for Bug #379178</title> 5 6 <style type="text/css"> 7 8 span 9 { 10 background-color: white; 11 } 12 13 #element, 14 .extra 15 { 16 background-color: #8f8; 17 } 18 19 </style> 20 21 </head> 22 <body> 23 24 <p> 25 <span style="background-color: #8f8;">a</span> 26 <span id="element">b</span> 27 <span class="extra">c</span> 28 </p> 29 30 </body> 31 </html>