layout/reftests/bugs/589682-1-notref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

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>

mercurial