blob: 08d22718c4d307355131cbf5d71639f6827e4124 [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; -webkit-column-fill:auto; column-count:2; column-fill:auto; 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>