layout/reftests/bugs/423385-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  <div style="float:left; background-color:yellow;
     5      height:100px; overflow:hidden;">
     6   <div style="float:left; width: 272px;background-color:red;
     7      height:100px;margin-left:162px;">
     8   </div>
     9   <div style="width:150px;margin-left:-432px;height:100px;float:left;background-color:purple;">
    10   </div>
    11   <div style="width:150px;margin-left:4px;float:left;background-color:orange;height:100px;">
    13   </div>
    14  </div>
    15 </body>
    16 </html>

mercurial