4 var elm
= document
.getElementById('elm');
5 elm
.offsetTop
; // trigger layout
6 elm
.style
.webkitColumnSpan
= 'none';
9 <p>Test changing a spanner in the middle of column content to a regular block.
</p>
10 <p>You should see the word 'PASS' below, with large letter spacing:
</p>
11 <div style=
"-webkit-columns:4; -webkit-column-gap:0; width:4em;">
13 <div id=
"elm" style=
"-webkit-column-span:all; column-span:all;">A
</div>