layout/reftests/bugs/729143-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 <body>
     4  <table style="width: 100px; height: 100px;">
     5   <tbody style="height: 100%;"> <!-- required for older ffox versions -->
     6    <tr>
     7     <td style="height: 100%;">
     8      <div style="height: 100%; width: 100%;overflow:scroll;">
     9       <div style="height: 200px">
    10       </div>
    11       Some text
    12      </div>
    13     </td>
    14    </tr>
    15   </tbody>
    16  </table>
    17 </body>
    18 </html>

mercurial