Backed out 8 changesets (bug 1918596, bug 1917575, bug 1874689, bug 1925181, bug...
[gecko.git] / layout / reftests / columns / columnrule-padding-ref.html
blob9f322ca871551760772a6176f7deb5218fa46fec
1 <body style="overflow:hidden">
2 <div style="position: absolute;
3 top: 40px; left: 337px;
4 width: 6px;
5 background-color: green;
6 height: 100px;">
7 </div>
8 <div style="position: absolute;
9 top: 40px; left: 637px;
10 width: 6px;
11 background-color: green;
12 height: 100px;">
13 </div>
14 <div style="position: absolute;
15 top: 40px; left: 937px;
16 width: 6px;
17 background-color: green;
18 height: 100px;">
19 </div>
20 <div style="position: absolute;
21 top: 40px; left: 40px;
22 height: 100px;
23 column-count: 4;
24 column-gap: 0px;">
25 <div style="height:400px;
26 width: 300px;
27 font-size: 16px;">
28 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa.
29 </div>
30 </div>
31 </body>