3 Multi-line row flex fragmentation with break-after. A forced break should
4 trump break-before:avoid and break-after:avoid.
6 <link rel=
"help" href=
"https://drafts.csswg.org/css-flexbox-1/#pagination">
7 <link rel=
"match" href=
"../../reference/ref-filled-green-100px-square.xht">
18 <p>Test passes if there is a filled green square and
<strong>no red
</strong>.
</p>
19 <div style=
"width: 100px; height: 100px; columns: 2; column-gap: 0; column-fill: auto; position: relative; background: red;">
20 <div style=
"position: absolute; height: 20px; width: 50px; background: green; top: 80px;"></div>
22 <div style=
"height: 80px; width: 25px;">
23 <div style=
"break-after: column;"></div>
25 <div style=
"width: 25px; break-after: avoid;"></div>
26 <div style=
"height: 100px; break-before: avoid;"></div>