summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/block-in-inline-010-crash.html
blob: 78233992932bd04518ec604687cd4c4e5f8772db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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=1495515">
<div style="columns:10; column-fill:auto; height:100px;">
  <div style="height:50px;"></div>
  <span>
    <div id="e58" style="float:left; width:70%;">
      <div style="float:left; width:100%; height:60px; contain:size;"></div>
    </div>
    <div style="height:10px;"></div>
  </span>
</div>
<script>
  document.body.offsetTop;
  e58.style.cssFloat = "none";
</script>