layout/reftests/bugs/494667-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 <style>
     5 table {
     6   border-collapse: collapse;
     7   background-color: red;
     8 }
     9 td, th {
    10   background-color: lime;
    11   width:100px;
    12   height:100px;
    13   box-sizing:border-box;
    14 }
    15 td {
    16   border-top: 4px solid lime;
    17 }
    18 </style>
    19 </head>
    20 <body>
    21 <table cellpadding="0">
    22   <tr><th colspan="2"></th></tr>
    23   <tr><th></th><td></td>
    24 </table>
    25 </body>
    26 </html>

mercurial