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/float-in-webkit-box-in-multicol-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318035">
<div style="column-count:2;">
<div style="display:-webkit-box;">
<div style="float:left;"></div>
</div>
</div>