Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>PASS if no crash.</p>
<body style="columns:2;">
<div style="position:relative;">
<div style="column-span:all;"></div>
<div id="target" style="columns:2; position:fixed;"></div>
</div>
</body>
<script>
document.body.offsetTop;
target.style.position = 'absolute';
target.style.columns = 'auto';
</script>