[Webkit-unassigned] [Bug 229727] imported/w3c/web-platform-tests/css/css-font-loading/fontfaceset-load-var.html crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 08:49:01 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229727

--- Comment #5 from Chris Lord <clord at igalia.com> ---
The cause of this is that whenever FunctionToken was added to CSS parsing, CalcParser was used without specifying a CSSValuePool in the raw parser functions.

The whole point of the raw parsers, however, is that they don't use CSSValue, so I think there was a misunderstanding somewhere (it's a shame that whenever this was done, tests weren't comprehensive enough to catch this).

I'm fixing this now, but likely won't finish until tomorrow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210914/cce79b40/attachment.htm>


More information about the webkit-unassigned mailing list