summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-overflowed-container-before-inline-content.html
blob: 8fba171e25dfb8128d59243f8a72f0149986416e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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=1314998">
<div style="columns:10; height:100px; column-fill:auto; line-height:20px; orphans:1; widows:1;">
  <div style="height:0; padding-bottom:100px;">
    <div style="height:350px;"></div>
    <div style="column-span:all; padding-bottom: 100px;"></div>
  </div>
  <div style="width:1px;">
    <br>
    <div style="display:inline-block; columns:2; height:100px; column-fill:auto;"></div>
    x
  </div>
</div>