layout/reftests/bugs/444928-1-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 <html>
     2 <head>
     3 <style type="text/css">
     4 table{ width: 500px; }
     6 </style>
     7 </head>
     8 <body>
     9 <table class="grid" cellspacing="50" cellpadding="0" border>
    10 <col width="10%"/>
    11 <col width="1" span="2"/>
    12 <tbody>
    13 <tr><th class="top" colspan="3"> Some Text</th></tr>
    14 </tbody>
    15 </table>
    16 </body>
    17 </html>

mercurial