layout/reftests/bugs/211931-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 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5 td { border: 1px solid green; }
     6 </style>
     7 </head>
     8 <table>
     9  <tr>
    10   <td>A</td>
    11  </tr>
    12  <tr>
    13   <td>B</td>
    14  </tr>
    15  <tr>
    16   <td>
    17    <table>
    18     <tr>
    19      <td>The quick brown fox jumps over the lazy wordwrap</td>
    20     </tr>
    21    </table>
    22   </td>
    23  </tr>
    24 </table>
    25 </body>
    26 </html>

mercurial