2 <p>Insert a spanner right after an inner multicol container and before column content, splitting an existing column row.
</p>
3 <p>PASS if no crash or assertion failure.
</p>
4 <div style=
"-webkit-columns:3;">
5 <div style=
"-webkit-columns:3;">
8 <div id=
"elm" style=
"display:none; -webkit-column-span:all;"></div>
10 <div style=
"-webkit-column-span:all;"></div>
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
16 document
.body
.offsetTop
;
17 document
.getElementById("elm").style
.display
= "block";