layout/reftests/bugs/290129-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 <html>
     2 <head>
     3 <style>
     4  th, td { background: #ddd; }
     5  table { border-collapse: collapse; }
     6 </style>
     7 </head>
     8 <body>
    10  <table border="1">
    11   <tr><th>x</th><th colspan="2" class="a1 a2">A</th></tr>
    12   <tr><th>x</th><td class="a1">a1</td><td class="a2">a2</td></tr>
    13  </table>
    15 </body>
    16 </html>

mercurial