1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/518172-a-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>Testcase, bug 518172</title> 1.6 +<style type="text/css"> 1.7 + 1.8 +html, body { margin: 0; padding: 0; } 1.9 +div.box { background: green; position: absolute; } 1.10 + 1.11 +</style> 1.12 + 1.13 +<!-- draw green boxes slightly larger (2px extra) than the area that should 1.14 + be covered by the font --> 1.15 +<div class="box" style="top: 118px; left: 118px; width: 44px; height: 264px;"></div> 1.16 +<div class="box" style="top: 158px; left: 178px; width: 44px; height: 184px;"></div> 1.17 +<div class="box" style="top: 198px; left: 238px; width: 44px; height: 104px;"></div>