summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-001.html
blob: 6f3cb5c553e9e5d9f197d7367ac21c1b8484739f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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:3; orphans:1; widows:2; line-height:20px;">
  <span>
    <div style="height:1234567890px;"></div>
    <br>
    <div style="display:inline-block; width:100px; height:6000000px;"></div>
    <div style="column-span:all;"></div>
  </span>
  <div id="tallthing" style="height:10000000px;"></div>
</div>