layout/reftests/bugs/378935-1.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 <title>Testcase, border-collapse invalidation/repaint bug</title>
     5 <link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html">
     6 <!--
     7 Reduced from
     8 http://en.wikipedia.org/wiki/French_presidential_election%2C_2007
     9 -->
    10 <style type="text/css">
    12 html, body { height: 100%; }
    13 col { border: thin solid; }
    15 </style>
    16 </head>
    17 <body>
    20 <table style="width: 95%; height: 95%; border-collapse: collapse;">
    21 <col></col>
    22 <col></col>
    23 <col></col>
    24 <tr>
    25 <td>&nbsp;</td>
    26 <td>&nbsp;</td>
    27 <td>&nbsp;</td>
    28 </tr>
    29 <tr>
    30 <td>&nbsp;</td>
    31 <td>&nbsp;</td>
    32 </tr>
    33 <tr>
    34 <td>&nbsp;</td>
    35 </tr>
    36 </table>
    38 </body>
    39 </html>

mercurial