layout/reftests/bugs/402629-1-iframe.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>
     5   html     { height: 50%; }
     6   body     { height:100%; }
     7   table    { height:100%; }
     8   div      { height:100%; }
     9   td.green { background:lightgreen }
    11   /* Apply this to outermost <td> or <tr> to trigger bug. */
    12   .fill { height: 100% }
    13 </style>
    14 </head>
    15 <body>
    16   <table cellpadding="0" cellspacing="0">
    17     <tr><td class="fill">
    18       <div><div><div><div>
    19         <table cellpadding="0" cellspacing="0">
    20           <tr><td class="green">foo</td></tr>
    21         </table>
    22       </div></div></div></div>
    23     </td></tr>
    24   </table>
    25 </body>
    26 </html>

mercurial