Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/anonymous-flex-item-document-white-space-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="assert" href="Flex containers that only contain document white space should not cause a crash">
<div style="display: flex"> </div>
<div style="display: flex"> </div>
<div style="display: flex"></div>