Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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>