DescriptionStricter equality check for local refs in CSSURIValue
'local' references ("#foo") needn't even consider the absolute URL(s)
when being compared. In this particular case, the (redundant) comparison
ended up comparing equal because a base-URL-less parser context is used
when parsing the property (will be fixed separately.)
When |is_local_| is set, only consider the relative URLs during the
comparison.
BUG=725469
Review-Url: https://codereview.chromium.org/2905033003
Cr-Commit-Position: refs/heads/master@{#474717}
Committed: https://chromium.googlesource.com/chromium/src/+/77584b488e6f147a4a0b5d75a1ceda38ff80dd08
Patch Set 1 #
Messages
Total messages: 14 (10 generated)
|