6 var elm
= document
.getElementById('elm');
7 elm
.offsetTop
; // trigger layout
8 elm
.style
.height
= '14em';
12 <body onload=
"test()">
13 <p>Below there should be
<em>one
</em> column with
7 lines.
</p>
14 <div id=
"elm" style=
"-webkit-columns:3; columns:3; column-fill:auto; orphans:1; widows:1; height:4em; line-height:2em;">