Wed, 31 Dec 2014 07:16:47 +0100
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>