2 <p>Change a static positioned child of an otherwise empty multicol container to fixed positioned.
</p>
3 <p>There should be a blue
<em>square
</em> below.
</p>
4 <div style=
"-webkit-columns:2; width:100px; background:blue;">
5 <div style=
"-webkit-column-span:all; margin-bottom:100px;"></div>
9 <div style=
"-webkit-column-span:all; margin-top:100px;"></div>
12 document
.body
.offsetTop
;
13 document
.getElementById("elm").style
.position
= "absolute";