layout/reftests/bugs/475986-4-ref.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 <!DOCTYPE HTML>
     2 <html>
     3   <head>
     4     <style>
     5       th {
     6         word-spacing: 0;
     7         letter-spacing: 0;
     8         text-transform: none;
     9         text-indent: 0;
    10         text-shadow: none;
    11         line-height: normal;
    12         white-space: normal;
    13         word-wrap: normal;
    14       }
    15     </style>
    16   </head>
    17   <table width="100%">
    18     <tr>
    19       <th style="text-align: right">Text</th>
    20     </tr>
    21   </table>
    22 </html>

mercurial