| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| index 4c38b3d3b2ed4120d6e8708af392b177e99db163..b4c1891e5aed45a00b53ef48a6da38a9d1735670 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
|
| @@ -157,8 +157,8 @@ TEST_F(CSPDirectiveListTest, AllowScriptFromSourceNoNonce) {
|
| };
|
|
|
| for (const auto& test : cases) {
|
| - SCOPED_TRACE(testing::Message() << "List: `" << test.list << "`, URL: `"
|
| - << test.url << "`");
|
| + SCOPED_TRACE(testing::Message()
|
| + << "List: `" << test.list << "`, URL: `" << test.url << "`");
|
| KURL script_src = KURL(KURL(), test.url);
|
|
|
| // Report-only
|
| @@ -213,8 +213,8 @@ TEST_F(CSPDirectiveListTest, AllowFromSourceWithNonce) {
|
| };
|
|
|
| for (const auto& test : cases) {
|
| - SCOPED_TRACE(testing::Message() << "List: `" << test.list << "`, URL: `"
|
| - << test.url << "`");
|
| + SCOPED_TRACE(testing::Message()
|
| + << "List: `" << test.list << "`, URL: `" << test.url << "`");
|
| KURL resource = KURL(KURL(), test.url);
|
|
|
| // Report-only 'script-src'
|
|
|