Bug 256032

Summary: [@property] Nullptr crash with calc()
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Antti Koivisto <koivisto>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Antti Koivisto
Reported 2023-04-27 01:20:47 PDT
<style> body { --v: calc(0% + 1px + 0 * max(0px, 0cqi)); width: var(--v); } @property --v { syntax: '<length-percentage>'; inherits: false; initial-value: 0; } </style>
Attachments
Antti Koivisto
Comment 1 2023-04-27 01:22:20 PDT
Antti Koivisto
Comment 2 2023-04-27 01:30:56 PDT
EWS
Comment 3 2023-04-27 06:28:51 PDT
Committed 263453@main (8b62fda7097b): <https://commits.webkit.org/263453@main> Reviewed commits have been landed. Closing PR #13229 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.