layout/reftests/bugs/475986-4.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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 style="text-align: right">
    19       <th>Text</th>
    20     </tr>
    21   </table>
    22 </html>

mercurial