servo/tests/wpt/web-platform-tests/css/css-multicol/crashtests/nested-oof-multicol-with-monolithic-child.html

12 lines
553 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=1306582">
<div style="columns:4; column-fill:auto; height:100px;">
<div style="position:relative;">
<div style="height:90px;"></div>
<div style="position:absolute; columns:1; column-fill:auto; width:10px; height:95px;">
<div style="height:95px; contain:size;"></div>
</div>
<div style="position:absolute; width:1px; height:100px;"></div>
</div>
</div>