Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <title>Testcase, bug 518172</title> |
michael@0 | 3 | <style type="text/css"> |
michael@0 | 4 | |
michael@0 | 5 | html, body { margin: 0; padding: 0; } |
michael@0 | 6 | div.box { background: green; position: absolute; } |
michael@0 | 7 | |
michael@0 | 8 | </style> |
michael@0 | 9 | |
michael@0 | 10 | <!-- draw green boxes slightly larger (2px extra) than the area that should |
michael@0 | 11 | be covered by the font --> |
michael@0 | 12 | <div class="box" style="top: 118px; left: 118px; width: 44px; height: 264px;"></div> |
michael@0 | 13 | <div class="box" style="top: 158px; left: 178px; width: 44px; height: 184px;"></div> |
michael@0 | 14 | <div class="box" style="top: 198px; left: 238px; width: 44px; height: 104px;"></div> |