blob: 74f08da251f7af61b73d8a951a7cfe32c36014fd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<style>
.grid { -webkit-line-grid: simple; -webkit-line-snap: baseline;
font-size:36px; }</style>
</head>
<body>
<div style="height:500px; border:2px solid red; -webkit-column-count:2; -webkit-column-fill:auto; column-count:2; column-fill:auto;">
<div class="grid">
<div style="font-size:16px">
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
</div>
<div style="font-size:24px">
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
</div>
<div style="font-size:10px">
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
</div>
<div style="font-size:18px">
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>
</div>
</div>
</div>
</div>
</body>
</html>