Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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>