summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/nested-oof-multicol-with-monolithic-child.html
blob: bf7aa425b683cbf16ca5a3af02cac64698caa03a (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=1306582">
<div style="columns:4; column-fill:auto; height:100px;">
  <div style="position:relative;">
    <div style="height:90px;"></div>
    <div style="position:absolute; columns:1; column-fill:auto; width:10px; height:95px;">
      <div style="height:95px; contain:size;"></div>
    </div>
    <div style="position:absolute; width:1px; height:100px;"></div>
  </div>
</div>