layout/reftests/bugs/451876-2-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 <!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