summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/spanner-after-parallel-flow.html
blob: 4ed0914fc73a0c212871efc88ffae2eb0fce68cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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=1383978">
<div style="columns:5; height:10px;">
  <div style="height:0;">
    <div style="contain:size; height:20px;"></div>
    <div style="contain:size; height:20px;"></div>
    <div></div>
    <div style="break-before:column;"></div>
  </div>
  <div>
    <div style="contain:size; height:20px;"></div>
    <div style="contain:size; height:20px;"></div>
    <div style="column-span:all;"></div>
  </div>
</div>