summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/tall-padding-crash.html
blob: 2b588586bfb8c5c06d300313c4fcc8f003c891a4 (plain)
1
2
3
4
5
6
7
8
9
<!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=1357123">
<div style="columns:3; column-fill:auto; height:40px;">
  <div style="height:30px;"></div>
  <div style="display:table; padding-top:20px; padding-bottom:100px;">
    <div></div>
  </div>
</div>