Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-grid/masonry/tentative/track-sizing/auto-repeat/auto-repeat-no-children-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<html>
<head>
    <title>If an intrinsic auto repeat is used, we should not crash when there are no children</title>
    <link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
</head>
<div style="display:masonry; grid-template-columns:repeat(2, 50px) repeat(auto-fill, auto);"></div>
</html>