layout/reftests/bugs/593243-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 <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: 300px; top: 400px;
    10                 width: 100px; height: 100px;
    11                 background-color: red;"></div>
    12     <div style="position: absolute; left: 0px; top: 500px;
    13                 width: 600px; height: 100px;
    14                 background-color: yellow;"></div>
    15   </div>
    16 </body>
    17 </html>

mercurial