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/subgrid/crashtests/subgrid-with-atuo-repeat-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<meta charset="utf-8">
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<style>
.subgrid-in-wrong-axis {
display: grid;
grid-template-rows: subgrid [x] [x] [x] [x] repeat(auto-fill, [y]);
}
</style>
<div class="subgrid-in-wrong-axis"></div>