| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| index 53c4e461e06619d612e5f164e2f69cf922196d67..1b7cd30e0c2ccdb74dbbb09b9172954d8eb80026 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| @@ -35,6 +35,8 @@ TEST_F(CSPSourceTest, BasicMatching)
|
| EXPECT_FALSE(source.matches(KURL(base, "http://example.com:8000/bar/")));
|
| EXPECT_FALSE(source.matches(KURL(base, "https://example.com:8000/bar/")));
|
| EXPECT_FALSE(source.matches(KURL(base, "http://example.com:9000/bar/")));
|
| + EXPECT_FALSE(source.matches(KURL(base, "HTTP://example.com:8000/FOO/bar")));
|
| + EXPECT_FALSE(source.matches(KURL(base, "HTTP://example.com:8000/FOO/BAR")));
|
| }
|
|
|
| TEST_F(CSPSourceTest, WildcardMatching)
|
|
|