layout/reftests/bugs/424766-1-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 <title></title>
     6 </head>
     8 <body style="width: 1000px; margin: 0; padding: 0">
     9   <table cellpadding="0" cellspacing="0" align="center">
    10     <tr>
    11       <td>
    12         <div style="background:red; WIDTH: 400px; height:400px;"></div>
    13         <div id="x" style="width: 0px"></div>
    15       </td>
    16     </tr>
    17   </table>
    18   <div style="position: absolute; top: 0; left: 300px; height: 400px; width: 400px; background: green; opacity: 0.9"></div>
    20 <br/>
    22 <div style="text-align: center;">
    23 <form method="get" action="#">
    24   <input onclick="return false;" value="Trigger Bug" type="button" />
    25 </form>
    26 </div>
    28 </body>
    29 </html>

mercurial