| 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 08efaea56e746c613fe5490c26952eb06a24bbb3..0c611d8c8035386e6c8a723f8c5206b8c6862a0e 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceListTest.cpp
|
| @@ -129,7 +129,8 @@ TEST_F(CSPSourceListTest, BlobMatchingSelf) {
|
| EXPECT_TRUE(sourceList.matches(KURL(base, "https://example.test/")));
|
| EXPECT_FALSE(sourceList.matches(KURL(base, "blob:https://example.test/")));
|
|
|
| - // Register "https" as bypassing CSP, which should trigger the innerURL behavior.
|
| + // Register "https" as bypassing CSP, which should trigger the innerURL
|
| + // behavior.
|
| SchemeRegistry::registerURLSchemeAsBypassingContentSecurityPolicy("https");
|
|
|
| EXPECT_TRUE(sourceList.matches(KURL(base, "https://example.test/")));
|
|
|