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/chrome-521184744-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
span {
display: inline-block;
width: 20px;
height: 20px;
}
</style>
<div style="display: inline-grid; grid-template-columns: auto auto; background: green;">
<div style="height: 100%; aspect-ratio: 1;"></div>
<div><span></span><span></span></div>
</div>