layout/reftests/bugs/403519-2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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