wpt / css / css-flexbox / anonymous-flex-item-document-white-space-crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-flexbox/anonymous-flex-item-document-white-space-crash.html

<!DOCTYPE html>
<link rel="assert" href="Flex containers that only contain document white space should not cause a crash">
<link rel="help" href="https://github.com/servo/servo/issues/43550">

<div style="display: flex">&#10;&#13;</div>
<div style="display: flex">&#13;</div>
<div style="display: flex">&#12;</div>