summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/line-pushed-by-floats-crash.html
blob: ace28cc71c826eacc7bc5c624a8d45cd59198ba9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1064987">
<body style="width: 100px;">
  <div style="float: right; width: 10px;"></div>
  <span>
    <div style="display: inline-block; width: 1000px; height: 10px;"></div>
  </span>
  <span style="position: absolute;"></span>
  <span style="float: left; height: 10px; column-gap: 65536px; column-count: 65536;"></span>
</body>