auto-repeat-no-children-crash.html (398B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>If an intrinsic auto repeat is used, we should not crash when there are no children</title> 5 <link rel="help" href="https://drafts.csswg.org/css-grid-3"> 6 <link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com"> 7 </head> 8 <div style="display:grid-lanes; grid-template-columns:repeat(2, 50px) repeat(auto-fill, auto);"></div> 9 </html>