Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/box-decoration-break-clone-032-crash.html - WPT Dashboard Interop Dashboard
<!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>