blob: 6db55855ad12d8ae70351161582fd2400a307c2d [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; position:relative; width:800px}</style>
</head>
<body style="margin:0">
<div class="grid">
<div style="position:absolute;left:0;right:0;top:0;bottom:0; font-family:'Ahem'; z-index:-1; color:lime; font-size:32px; white-space:nowrap; overflow:hidden">
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
</div>
<div style="height:500px; -webkit-column-count:2;padding:20px">
<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.
</div>
</div>
</div>
</body>
</html>