summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/multicol-floats-in-ifc.html
blob: 63d1653049d24f511224fb24f607971f9cfb15c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<link rel="help" href="https://crbug.com/1283250">
<div style="columns:2; column-fill:auto; height:10px; line-height:20px;">
  <div style="columns:1;">
    <div style="padding-top:1px; direction:rtl;">
      <span>
        <div style="display:inline-block; width:101%; height:1px;"></div>
      </span>
      <div style="float:left; width:1px; height:1px;"></div>
    </div>
  </div>
</div>