RESOLVED FIXED247547
@font-face src must serialize specified URLs, not URLs resolved against the base
https://bugs.webkit.org/show_bug.cgi?id=247547
Summary @font-face src must serialize specified URLs, not URLs resolved against the base
Darin Adler
Reported 2022-11-06 07:38:58 PST
The web platform test css/css-fonts/font-family-src-quoted.html is failing because of how we serialize src properties from @font-face. We need to change things so we store the original specified URL, not just the resolved one.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-06 07:41:51 PST
Darin Adler
Comment 2 2022-11-06 09:16:29 PST
EWS
Comment 3 2022-11-06 23:14:54 PST
Committed 256387@main (443de8e8e971): <https://commits.webkit.org/256387@main> Reviewed commits have been landed. Closing PR #6186 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.