| 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 0c611d8c8035386e6c8a723f8c5206b8c6862a0e..f75e95a98985ce39c642e098e95f5bab320ce2d0 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -75,6 +75,7 @@ TEST_F(CSPSourceListTest, BasicMatchingStar) {
|
| EXPECT_TRUE(sourceList.matches(KURL(base, "http://example.com/bar")));
|
| EXPECT_TRUE(sourceList.matches(KURL(base, "http://foo.example.com/")));
|
| EXPECT_TRUE(sourceList.matches(KURL(base, "http://foo.example.com/bar")));
|
| + EXPECT_TRUE(sourceList.matches(KURL(base, "ftp://example.com/")));
|
|
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "data:https://example.test/")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "blob:https://example.test/")));
|
|
|