| 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 4860ab0d6eaf3c80375640fef0d112dfb3085ae3..8b3bd3c96ec1a76614976ac9d9a63b6e2a17a062 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -89,8 +89,6 @@
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "data:https://example.test/")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "blob:https://example.test/")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "filesystem:https://example.test/")));
|
| - EXPECT_FALSE(sourceList.matches(KURL(base, "file:///etc/hosts")));
|
| - EXPECT_FALSE(sourceList.matches(KURL(base, "applewebdata://example.test/")));
|
| }
|
|
|
| TEST_F(CSPSourceListTest, BasicMatchingSelf)
|
|
|