Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/grid/grid-nested-columns-crash.html - WPT Dashboard Interop Dashboard
<!-- quirks-mode -->
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318608">
<style>
html, div {
column-count: 2;
}
</style>
<body style="display: grid; align-items: end;">
<div>a</div>
<div>
<span style="display: block; contain: size;">content</span>