summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/columnrule-padding-ref.html
blob: 9f322ca871551760772a6176f7deb5218fa46fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<body style="overflow:hidden">
<div style="position: absolute;
  top: 40px; left: 337px;
  width: 6px;
  background-color: green;
  height: 100px;">
</div>
<div style="position: absolute;
  top: 40px; left: 637px;
  width: 6px;
  background-color: green;
  height: 100px;">
</div>
<div style="position: absolute;
  top: 40px; left: 937px;
  width: 6px;
  background-color: green;
  height: 100px;">
</div>
<div style="position: absolute;
  top: 40px; left: 40px;
  height: 100px;
  column-count: 4;
  column-gap: 0px;">
<div style="height:400px;
  width: 300px;
  font-size: 16px;">
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.
</div>
</div>
</body>