589682-1-notref.html (314B)
1 <html> 2 <head> 3 <style type="text/css"> 4 body { 5 font-family: Times New Roman, serif; 6 font-style: italic; 7 } 8 .white { 9 color: white; 10 } 11 </style> 12 </head> 13 <body> 14 <!-- bug 589682 - check that double-quote in TNR Italic has width --> 15 <p>foo <span class="white">foobar</span> bar</p> 16 </body> 17 </html>