Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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>