[Webkit-unassigned] [Bug 235434] New: update version of css/css-cascade/parsing/layer-import-parsing.html crashes with nullptr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 04:33:30 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235434

            Bug ID: 235434
           Summary: update version of
                    css/css-cascade/parsing/layer-import-parsing.html
                    crashes with nullptr
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

<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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220121/5f2ce02c/attachment.htm>


More information about the webkit-unassigned mailing list