Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-gaps/parsing/gap-decorations-rule-initial-value-crash.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Gap Decoration: renderer doesn't crash when rule values are set to initial</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"> </head> <body> <div id="target" style="column-rule-width: initial; column-rule-color: initial; column-rule-style: solid;"></div> </body> <script> document.getElementById("target").style.columnRule; </script> </html>