Chromium Code Reviews
DescriptionAdd a ContentSettingsPattern test for "*" vs. a site-scoped pattern.
We have tests for "*".Compare(Wildcard()) == IDENTITY and for
Wildcard().Compare("[*.]google.com") == SUCCESSOR. Assuming the comparison
is transitive, it should hold that "*".Compare("[*.]google.com") == SUCCESSOR.
This CL adds an explicit test case, so that we know that the comparison is,
in this case, in fact transitive.
BUG=602470
Committed: https://crrev.com/69745e4858c876f6c2329266c28f01a35a41ea6d
Cr-Commit-Position: refs/heads/master@{#386936}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||