layout/reftests/columns/columnrule-padding-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:f18680153406
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>

mercurial