summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/cell-large-bottom-padding-crash.html
blob: e87df1fe7a229ab2339377bb0904a7e607cc6605 (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=1420637">
<div style="columns:2; height:100px; column-fill:auto;">
  <div style="display:table-cell; padding-bottom:400px;">boo</div>
</div>