fune/testing/web-platform/tests/css/css-multicol/remove-block-sibling-of-inline-with-block-crash.html
Morten Stenshorne 3ab6ce6ca8 Bug 1751280 [wpt PR 32480] - Add crashtest for inline continuation inside multicol., a=testonly
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
2022-02-05 11:50:08 +00:00

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>