summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/block-in-inline-become-float.html
blob: 6d557b7c3ab1d76a519910053373147f2d16d8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="http://crbug.com/329674902">
<div style="width:10px; line-height:20px; columns:3; gap:0; height:40px; column-fill:auto; orphans:1; widows:1;">
  <br>
  <span>
    <div id="trouble" style="contain:size; width:100%; height:100px;"></div>
    xxxxxxxxxxxxxxxxxxxxxxxx
    xxxxxxxxxxxxxxxxxxxxxxxx
  </span>
  <script>
    document.body.offsetTop;
    trouble.style.cssFloat = "left";
  </script>
</div>