layout/reftests/bugs/403519-2-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 PUBLIC "-//W3C//DTD HTML 4.01//EN"
     2  "http://www.w3.org/TR/html4/strict.dtd"><html>
     3 <head>
     4 <style>
     5 td {
     6   border: 1px solid black;
     7   background-color: lime;
     8 }
     9 table {
    10   border: 1px solid black;
    11   background-color: red;
    12   width: 200px;
    13   border-spacing: 0;
    14 }
    15 </style>
    16 </head>
    17 <body>
    18 <table>
    19   <tbody><tr>
    20     <td colspan="2" style="width: 100%;"><div>&nbsp;</div></td>
    21     <td>b</td>
    22   </tr>
    23   <tr>
    24     <td>&nbsp;</td>
    25     <td>&nbsp;</td>
    26     <td>&nbsp;</td>
    27   </tr>
    28 </tbody></table>
    29 </body></html>

mercurial