layout/reftests/bugs/370525-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 <html>
     2 <head>
     3   <title>Bug 370525 Reference Testcase</title>
     4 </head>
     5 <body>
     6   <table style="border: 2px solid blue;">
     7     <tr><td>
     8       <table style="border: 1px dotted red;">
     9         <tr><td>Table 1</td></tr>
    10       </table>
    11       <table style="border: 1px dotted red;">
    12         <tr><td>Table 2</td></tr>
    13       </table>
    14     </td></tr>
    15   </table>
    16 </body>
    17 </html>

mercurial