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 -->
<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>