layout/reftests/bugs/403519-2.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 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"><div style="margin: 0 100%;">&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