layout/reftests/bugs/404301-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style>
     5 table { background: white }
     6 col[span] { background: green }
     7 td { color: white }
     8 </style>
     9 </head>
    10 <body>
    11  <table>
    12    <colgroup id="x">
    13      <col span="2"></col>
    14      <col></col>
    15      <col id="y"></col>
    16    </colgroup>
    17    <tr>
    18      <td>One</td>
    19      <td>Two</td>
    20      <td>Three</td>
    21      <td>Four</td>
    22    </tr>
    23  </table>
    24 </body>
    25 </html>

mercurial