summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/fragmented-float-in-inline-crash.html
blob: 0d84b95988e2e5fbfcbee9fad53b58ac82464b73 (plain)
1
2
3
4
5
6
7
8
<!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=1225967">
<div style="columns:2; column-fill:auto; height:100px;">
  <span>
    <div style="float:left; height:150px; background:cyan;"></div>
  </span>
</div>