Bug 250984
| Summary: | Nullptr crash accessing font under CSSPropertyParser::parseTypedCustomPropertyValue | ||
|---|---|---|---|
| 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 | ||
Antti Koivisto
<html lang="en">
<style>
html {
letter-spacing: var(--a);
--a: 0ic;
}
</style>
<script>
onload = () => {
CSS.registerProperty({
inherits: true,
name: '--a',
syntax: '<length>',
initialValue: '0',
});
};
</script>
</html>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antti Koivisto
104474407
Antti Koivisto
rdar://104474407
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/8955
EWS
Committed 259195@main (3ce91b574a86): <https://commits.webkit.org/259195@main>
Reviewed commits have been landed. Closing PR #8955 and removing active labels.