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">
<title>Calculating baselines with a nested subgrid should not crash</title>
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<style>
grid-lanes {
display: inline grid-lanes;
}
subgrid {
display: grid;
grid: subgrid / subgrid;
}
</style>
<grid-lanes>
<div style="place-self: first baseline;"></div>
<subgrid></subgrid>
</grid-lanes>