summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/tall-float-pushed-to-next-fragmentainer-004.html
blob: 3f4d39fc1c7ac6be999d011e9f257002552c3e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<link rel="stylesheet" href="/fonts/ahem.css">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="width:100px; columns:5; gap:0; column-fill:auto; height:100px; background:red;">
  <div style="width:1px; font:20px/20px Ahem; color:green;">
    x
    <div style="float:left; width:25px; height:200px; break-inside:avoid; background:green;"></div>
    x x x x x x x x x x x x x x
  </div>
</div>