13 lines
668 B
HTML
13 lines
668 B
HTML
<!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>
|