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/firefox-bug-2063893-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Grid container with a very tall row in a multi-column container</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<div style="column-count: 2">
<span style="display: inline-grid">
<span style="display: inline-block; padding-block: 4294967295% 16777216%">x</span>
</span>
</div>