| 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 e79be0cb7f443000eff00eebba9bcf9845bf544f..62bfd802add022ad03b03d65826340d3c93378ee 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -85,6 +85,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/")));
|
|
|