forced-break-at-fragmentainer-start-001.html (748B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#forced-breaks"> 4 <link rel="help" href="https://www.w3.org/TR/css-break-3/#unforced-breaks"> 5 <meta name="assert" content="A forced break at the block-start of the fragmentainer is not allowed unless it's at a valid class A break point"> 6 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 7 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 8 <div style="columns:2; column-fill:auto; column-gap:0; width:100px; height:100px; background:red;"> 9 <div> 10 <div style="break-before:column; height:200px; background:green;"></div> 11 </div> 12 </div>