| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| index 73b05a00b459e67217aebf718ee85c6599126f8f..d8f32e1dc5d9d13f5abdf3fb81eb3ab6eb2dc767 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -139,6 +139,7 @@ TEST_F(CSPSourceListTest, BasicMatching)
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "http://example1.com/")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "https://example1.com/foo")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "http://example1.com:9000/foo/")));
|
| + EXPECT_FALSE(sourceList.matches(KURL(base, "http://example1.com:8000/FOO/")));
|
| }
|
|
|
| TEST_F(CSPSourceListTest, WildcardMatching)
|
|
|