summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/chrome-bug-1297118.html
blob: 5c96614db2da6ff4d5f91c3540765e85602a1ec2 (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=1297118">
<div style="columns:2;">
  <div style="columns:2;">
    <div style="column-span:all;">
      <span style="position:relative;">
        <div style="display:flex; float:right;"></div>
      </span>
    </div>
  </div>
</div>