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