| Summary: | [@property] Nullptr crash with calc() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
| Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/13229 Committed 263453@main (8b62fda7097b): <https://commits.webkit.org/263453@main> Reviewed commits have been landed. Closing PR #13229 and removing active labels. |
<style> body { --v: calc(0% + 1px + 0 * max(0px, 0cqi)); width: var(--v); } @property --v { syntax: '<length-percentage>'; inherits: false; initial-value: 0; } </style>