summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/out-of-flow-in-nested-spanner-multicol-crash.html
blob: 8c8e3eefad3d9bf7efce71f3cffa8850f654c9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1324906">
<div style="columns:2;">
  <div style="columns:2;">
    <div style="column-span:all; columns:2;">
      <div style="position:relative;">
        <div style="position:absolute; height:20px;"></div>
      </div>
    </div>
  </div>
</div>