[Webkit-unassigned] [Bug 250981] New: Nullptr crash under CustomPropertyRegistry::registerFromStylesheet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 22 08:25:48 PST 2023


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

            Bug ID: 250981
           Summary: Nullptr crash under
                    CustomPropertyRegistry::registerFromStylesheet
           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

<style>
  @property --a {
    syntax: 'foo';
    inherits: false;
    initial-value: foo;
  }
</style>
<script>
  onload = () => {
    document.open();
    document.createElement('div').style.width = '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/20230122/e2c0e508/attachment.htm>


More information about the webkit-unassigned mailing list