[Webkit-unassigned] [Bug 256032] New: [@property] Nullptr crash with calc()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 27 01:20:47 PDT 2023


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

            Bug ID: 256032
           Summary: [@property] Nullptr crash with calc()
           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>
  body {
    --v: calc(0% + 1px + 0 * max(0px, 0cqi));
    width: var(--v);
  }
  @property --v {
    syntax: '<length-percentage>';
    inherits: false;
    initial-value: 0;
  }
</style>

-- 
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/20230427/edc0e2fb/attachment.htm>


More information about the webkit-unassigned mailing list