Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE HTML>
<meta charset="utf-8">
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<style>
.grid-lanes {
display: inline-grid-lanes;
}
.subgrid-in-wrong-axis {
display: grid;
grid-template-rows: subgrid [x] [x] [x] [x] repeat(auto-fill, [y]);
}
</style>
<div class="grid-lanes">
<div class="subgrid-in-wrong-axis"></div>
</div>