[Webkit-unassigned] [Bug 229917] Correctly support fragment-only URLs in CSS images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 14:05:34 PST 2021


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

--- Comment #34 from Darin Adler <darin at apple.com> ---
Comment on attachment 444768
  --> https://bugs.webkit.org/attachment.cgi?id=444768
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=444768&action=review

> Source/WebCore/css/parser/CSSParserContext.cpp:253
> +        if (CSSValue::isCSSLocalURL(string))
> +            return { string, { URL(), string } };

I suspect think this is going to handle non-ASCII characters incorrectly when charset is not UTF-8. Can we make some test cases to check that in other browsers?

-- 
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/20211130/01e6bc79/attachment.htm>


More information about the webkit-unassigned mailing list