box-decoration-break-clone-032-crash.html (474B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://drafts.csswg.org/css-break/#break-decoration"> 4 <meta name="assert" content="Grid with cloned box decorations larger than fragmentainer"> 5 <div style="columns:2; column-fill:auto; height:1px;"> 6 <div style="display:grid; border:5px solid; box-decoration-break:clone;"> 7 <div> 8 <div style="height:100px;"></div> 9 </div> 10 </div> 11 </div>