summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html
blob: 0a68ec828866759df9ab237440ec90522a94c601 (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=1327882">
<div style="columns:15;">
  <span>
    <div style="height:214748364px;"></div>
  </span>
  <br>
  <div style="display:inline-block; width:100px; height:2147487px;"></div>
  <span>
    <div style="column-span:all;"></div>
  </span>
  <div style="columns:1; column-fill:auto; height:2147483px;"></div>
</div>