layout/reftests/bugs/387201-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 <head>
     4 <style type="text/css">
     5 .i {
     6   height: 10px;
     7   float: left;
     8 }
     9 </style>
    10 </head>
    11 <body>
    13 <div style="width: 4px;">
    14   <div style="margin-left: 10px;">
    15     <div class="i"></div>
    16     <div class="i" style="border: 1px solid green">2</div>
    17   </div>
    18 </div>
    20 </body>
    21 </html>

mercurial