518172-a-ref.html (540B)
1 <!DOCTYPE HTML> 2 <title>Testcase, bug 518172</title> 3 <style type="text/css"> 4 5 html, body { margin: 0; padding: 0; } 6 div.box { background: green; position: absolute; } 7 8 </style> 9 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>