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/flexbox/quirks-flex-in-multicol-crash.html - WPT Dashboard Interop Dashboard
<!-- quirks mode required -->
<style>
:root { columns:0; }
</style>
<body style="display:flex;">
<div>two words<div></div></div>
</body>