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