DescriptionFix resolving protocol-agnostic <svg:image> URLs in about:blank iframes
When resolving a protocol-agnostic URL against a base of 'about:blank',
the result would be an invalid (and empty) URL, because of missing special-
casing of 'about:blank' - which is present in
Document::completeURLWithOverride.
Fix by modifying SVGImageLoader::sourceURI to always resolve the URL using
Document::completeURLWithOverride to not miss out on this special-casing
logic for 'about:blank' base URLs.
BUG=379100
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176043
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|