layout/reftests/bugs/451876-2-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 type="text/css">
     5 div {
     6  overflow: hidden;
     7  height: 100px;
     8 }
     9 table {
    10  table-layout: fixed;
    11  border: 1px solid #000;
    12  width: 100%;
    13 }
    14 td {
    15  border: 1px solid #000;
    16 }
    17 </style>
    18 </head>
    19 <body>
    20 <div>
    21  <table>
    22   <tr>
    23    <td width="200">Header1</td><td>Header2</td>
    24   </tr>
    25   <tr>
    26    <td>Cell1</td><td>Cell2</td>
    27   </tr>
    28  </table>
    29 </div>
    30 </body>
    31 </html>

mercurial