servo/tests/wpt/web-platform-tests/css/css-multicol/crashtests/nested-floated-multicol-with-tall-margin.html

5 lines
249 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322125">
<div style="columns:2; column-fill:auto; height:99px;">
<div style="float:left; margin-top:100px; column-fill:auto; height:10px;"></div>
</div>