forked from mirrors/gecko-dev
Automatic update from web-platform-tests Add crashtest for inline continuation inside multicol. With CL:2956771 landed (enable LayoutNGBlockInInline for testing) this no longer crashes, but it still makes sense to have a regression test for it. Bug: 1278532 Change-Id: I318aae178a0711faf89c6d9cc3d5391a5e94132c -- wpt-commits: 8be03603f210ec0d7585c835720d73d34f9be4fa wpt-pr: 32480
14 lines
355 B
HTML
14 lines
355 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1278532">
|
|
<div style="columns:2;">
|
|
<span>
|
|
<div></div>
|
|
</span>
|
|
<div id="elm"></div>
|
|
x
|
|
</div>
|
|
<script>
|
|
document.body.offsetTop;
|
|
elm.style.display = "none";
|
|
</script>
|