summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/oof-in-nested-line-float.html
blob: d4d67763c875bd0a64b8069de73d6d95abb8a740 (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=1307990">
<div style="columns:3; column-fill:auto; height:100px; line-height:20px; orphans:1; widows:1;">
  <br>
  <div style="columns:2; float:left; height:20px; column-fill:auto;">
    <div style="position:relative;">
      <br>
      <div style="position:absolute; width:100%; height:10px;"></div>
    </div>
  </div>
</div>