4 var elm
= document
.getElementById('elm');
5 document
.body
.offsetTop
; // trigger layout
6 elm
.style
.display
= 'block';
9 <p>Test insertion of a float as the last child of a spanner.
</p>
10 <p>You should see the word
"PASS" below.
</p>
11 <div style=
"-webkit-columns:3;">
12 <div style=
"-webkit-column-span:all;">SS
<div id=
"elm" style=
"display:none; float:left;">PA
</div></div>