summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-oof.html
blob: a055124257e2e284ad4c7d88702fe9ddc02ef7f5 (plain)
1
2
3
4
5
6
7
8
<!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=1295998">
<div id="outer" style="columns:2; column-fill:auto; height:50px;">
  <div id="inner" style="columns:2; padding-top:51px; column-fill:auto; height:1px;">
    <div style="position:absolute;"></div>
  </div>
</div>