summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/text-in-inline-interrupted-by-float.html
blob: fbb26507a21c3d93cd47c0595f697e3e92ac9fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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=1494201">
<div style="columns:3; column-fill:auto; height:100px; line-height:50px; orphans:1; widows:1;">
  <div style="width:1px;">
    <span style="padding-left:100px;">
      <div style="float:left; contain:size; width:100%; height:100px;"></div>
      firstcolumn thirdcolumn
    </span>
  </div>
</div>