wpt / css / css-grid / grid-lanes / track-sizing / auto-repeat / auto-repeat-no-children-crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-grid/grid-lanes/track-sizing/auto-repeat/auto-repeat-no-children-crash.html

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