RESOLVED FIXED 235434
WPT version of css/css-cascade/parsing/layer-import-parsing.html crashes with nullptr
https://bugs.webkit.org/show_bug.cgi?id=235434
Summary WPT version of css/css-cascade/parsing/layer-import-parsing.html crashes with...
Antti Koivisto
Reported 2022-01-21 04:33:30 PST
<script> const style = document.createElement("style"); document.head.append(style); style.sheet.insertRule('@import url("nonexist.css")'); style.sheet.cssRules[0]; style.sheet.deleteRule(0); </script>
Attachments
Patch (5.88 KB, patch)
2022-01-21 04:43 PST, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2022-01-21 04:33:44 PST
Antti Koivisto
Comment 2 2022-01-21 04:43:24 PST
EWS Watchlist
Comment 3 2022-01-21 04:45:46 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
EWS
Comment 4 2022-01-21 07:09:26 PST
Committed r288362 (246266@main): <https://commits.webkit.org/246266@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449650 [details].
Note You need to log in before you can comment on or make changes to this bug.