Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-gaps/flex/flex-gap-decorations-026-crash.html
<!DOCTYPE html> <title> CSS Gap Decorations: Empty flex container should not crash. </title> <link rel="help" href="https://drafts.csswg.org/css-gaps-1/"> <link rel="author" title="Sam Davis Omekara Jr." href="mailto:samomekarajr@microsoft.com"> <style> * { display: flex; column-rule-style: dotted; } </style> <div></div>