Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-gaps/grid/grid-gap-decorations-041-crash.html
<!DOCTYPE html> <title> CSS Gap Decorations: Renderer doesn't crash when gap decorations is used on grid with no rows/columns. </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> .grid-container { display: grid; column-rule: solid blue; row-rule: dotted red; } </style> <div class="grid-container"></div>