layout/reftests/bugs/518172-a-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 <title>Testcase, bug 518172</title>
     3 <style type="text/css">
     5 html, body { margin: 0; padding: 0; }
     6 div.box { background: green; position: absolute; }
     8 </style>
    10 <!-- draw green boxes slightly larger (2px extra) than the area that should
    11      be covered by the font -->
    12 <div class="box" style="top: 118px; left: 118px; width: 44px; height: 264px;"></div>
    13 <div class="box" style="top: 158px; left: 178px; width: 44px; height: 184px;"></div>
    14 <div class="box" style="top: 198px; left: 238px; width: 44px; height: 104px;"></div>

mercurial