| Summary: | Nullptr crash under CustomPropertyRegistry::registerFromStylesheet | ||
|---|---|---|---|
| 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/8954 Committed 259188@main (9b2b18b81262): <https://commits.webkit.org/259188@main> Reviewed commits have been landed. Closing PR #8954 and removing active labels. |
<style> @property --a { syntax: 'foo'; inherits: false; initial-value: foo; } </style> <script> onload = () => { document.open(); document.createElement('div').style.width = '0'; }; </script>