Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / pixel-rounding / border-base-ref.html
blob7be5e23d9ab288ce5facaee18b8e8f7b0ce62aea
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Pixel rounding testcase</title>
5 <style type="text/css">
7 html, body { margin: 0; border: none; padding: 0; }
8 div { position: absolute; top: 10px; height: 10px; width: 10px; }
10 div { background: green; }
12 </style>
13 </head>
14 <body>
16 <div style="left: 10px"></div>
17 <div style="left: 30px"></div>
18 <div style="left: 50px"></div>
19 <div style="left: 70px"></div>
20 <div style="left: 90px"></div>
21 <div style="left: 110px"></div>
22 <div style="left: 130px"></div>
23 <div style="left: 150px"></div>
24 <div style="left: 170px"></div>
25 <div style="left: 190px"></div>
26 <div style="left: 210px"></div>
27 <div style="left: 230px"></div>
28 <div style="left: 250px"></div>
29 <div style="left: 270px"></div>
30 <div style="left: 290px"></div>
31 <div style="left: 310px"></div>
32 <div style="left: 330px"></div>
33 <div style="left: 350px"></div>
34 <div style="left: 370px"></div>
36 <div style="top: 30px; left: 10px; width: 30px; height: 30px">
37 <div style="background:white; top: 10px; left: 10px"></div>
38 </div>
40 </body>
41 </html>