WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
256032
[@property] Nullptr crash with calc()
https://bugs.webkit.org/show_bug.cgi?id=256032
Summary
[@property] Nullptr crash with calc()
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
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2023-04-27 01:22:20 PDT
rdar://105491386
Antti Koivisto
Comment 2
2023-04-27 01:30:56 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13229
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.
Top of Page
Format For Printing
XML
Clone This Bug