summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/nested-with-overflowing-padding-crash.html
blob: de29a7137403697b683eed2acd7aacf9f3f25302 (plain)
1
2
3
4
5
6
<!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=1278310">
<div style="columns:2; column-fill:auto; height:8px;">
  <div style="columns:2; column-fill:auto; height:0; padding-top:10px;"></div>
</div>