gecko/layout/reftests/columns/columnrule-basic-ref.html
Jonathan Kew d354840def Bug 517895: make column reftests more robust in the face of default font-metrics changes. r=roc
--HG--
extra : rebase_source : 4e105edb5d4241e1f4775dfc522ad4a29effdb43
2009-09-22 00:11:10 +01:00

16 lines
550 B
HTML

<div style="position: absolute;
top: 20px; left: 517px;
width: 6px;
background-color: red;
height: 100px;"></div>
<div style="position: absolute;
top: 20px; left: 20px;
-moz-column-count:2;
-moz-column-gap: 0px;">
<div style="height:200px;
width: 500px;
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. Sed commodo diam at mauris.
</div>
</div>