<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-break/#break-decoration">
<meta name="assert" content="Grid with cloned box decorations larger than fragmentainer">
<div style="columns:2; column-fill:auto; height:1px;">
<div style="display:grid; border:5px solid; box-decoration-break:clone;">
<div>
<div style="height:100px;"></div>
</div>
</div>
</div>