379178-xhtml-ref.xhtml (278B)
1 <?xml version="1.0" ?> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 5 <title>XHTML Test for Bug #379178</title> 6 7 <style type="text/css"> 8 9 span 10 { 11 background-color: #8f8; 12 } 13 14 </style> 15 16 </head> 17 <body> 18 19 <p> 20 <span>a</span> 21 <span>b</span> 22 <span>c</span> 23 </p> 24 25 </body> 26 </html>