layout/reftests/bugs/593243-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 <body style="width: 600px; height: 400px;">
     4   <div style="position: absolute; left: 0px; top: 0px;
     5               width=600px height=600px">
     6     <div style="position: absolute; left: 0px; top: 0px;
     7                 width: 600px; height: 400px;
     8                 background-color: green;"></div>
     9     <div style="position: absolute; left: 0px; top: 400px;
    10                 width: 100px; height: 100px;">
    11       <input type="text" id="input" size="20" style="border: none;" value="Hello kitty"></input>
    12     </div>
    13     <div style="position: absolute; left: 0px; top: 500px;
    14                 width: 600px; height: 100px;
    15                 background-color: yellow;"></div>
    16   </div>
    17 </body>
    18 </html>

mercurial