<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>
rdar://87832940
Created attachment 449650 [details] Patch
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
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].