blob: af546eb69e6c22040a31ccd5c08eb1fce4de7b9d [file] [log] [blame]
<!DOCTYPE html>
<p>Remove the only piece of column content that comes after a spanner that establishes an inner multicol container and has a spanner inside as well.</p>
<p>PASS if no crash or assertion failure.</p>
<div style="-webkit-columns:3;">
<div style="-webkit-column-span:all; -webkit-columns:3;">
<div style="-webkit-column-span:all;"></div>
</div>
<div id="elm"></div>
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
document.getElementById("elm").style.display = "none";
</script>