Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="assert" href="Flex containers that only contain document white space should not cause a crash">
<div style="display: flex">&#10;&#13;</div>
<div style="display: flex">&#13;</div>
<div style="display: flex">&#12;</div>