4 testRunner
.dumpAsText();
6 document
.getElementById('mc').offsetTop
; // trigger layout
7 document
.getElementById('mc').style
.webkitColumns
= 'auto';
8 document
.getElementById('mc').style
.columns
= 'auto';
9 document
.getElementById('inline').style
.color
= 'green';
12 <p>This test should not crash.
</p>
13 <div id=
"mc" style=
"-webkit-columns:3; columns:3;">
14 <span id=
"inline">PASS
</span>