2 <p>Turn a block with an absolutely positioned video into a multicol container, then remove the video.
</p>
3 <p>PASS if no crash or assertion failure.
</p>
5 <video id=
"child" style=
"position:absolute;"></video>
10 testRunner
.dumpAsText();
11 document
.body
.offsetTop
;
12 document
.getElementById("parent").style
.webkitColumns
= "2";
13 document
.body
.offsetTop
;
14 document
.getElementById("child").style
.display
= "none";