haikuwebkit/LayoutTests/fast/multicol/border-padding-pagination.html

10 lines
345 B
HTML

<html>
<body>
<div style="-webkit-column-count:2;-moz-column-count:2; border:2px solid maroon">
<div style="height:110px"></div>
<div style="background-color:lime; border:2px solid black; width:375px; ">
<div style="margin: 0 10px; background-color:green; border: 2px solid blue">
<span style="font-size:64px">In 2nd column</span>
</div>
</div>