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"> </div> <div style="display: flex"> </div> <div style="display: flex"></div>