Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / columns / columnrule-padding-ref.html
blobf2ade3fceb2cf4739b76a78e5cfcf8ae7e2c50b6
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 -moz-column-count: 4;
24 -moz-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>