flex-gap-decorations-026-crash.html (337B)
1 <!DOCTYPE html> 2 <title> 3 CSS Gap Decorations: Empty flex container should not crash. 4 </title> 5 <link rel="help" href="https://drafts.csswg.org/css-gaps-1/"> 6 <link rel="author" title="Sam Davis Omekara Jr." href="mailto:samomekarajr@microsoft.com"> 7 <style> 8 * { 9 display: flex; 10 column-rule-style: dotted; 11 } 12 </style> 13 <div></div>