3 .spanner { -webkit-column-span:all; }
5 <body style=
"margin:0;">
6 <p>PASS if no crash or assertion failure.
</p>
7 <div style=
"-webkit-column-count:4;">
8 <svg><foreignObject class=
"spanner"></foreignObject></svg><div id=
"a" class=
"spanner">a
</div><span id=
"b">b
</span><div class=
"spanner"></div>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 document
.body
.offsetTop
;
15 document
.getElementById('a').style
.display
= 'none';
16 document
.body
.offsetTop
;
17 document
.getElementById('b').style
.display
= 'none';