DescriptionDon't resolve non-local -webkit-clip-path references as local
Whether the reference was local or not was disregarded, meaning that
any URL with a valid fragment part could potential result in a valid
clip - regardless of whether it was local or not. I.e foo.svg#bar would
reference an element with the id 'bar' in the local document.
Check if the URL reference resolver flagged the reference as being local,
and only pass a non-null fragment if it was.
BUG=629826
Committed: https://crrev.com/d9357efcc40d785828b457ce7d6a020691593e99
Cr-Commit-Position: refs/heads/master@{#407300}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 17 (8 generated)
|