| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp b/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| index b4026e4ff5fc8daff89985bf7083144ee51d2c00..e61d44f566aa284302117b2819196d248cc64601 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| @@ -1240,9 +1240,7 @@ TEST_F(SourceListDirectiveTest, SubsumesListWildcard) {
|
| {"http: ftp: ws:", {"*", "https: http: ftp: ws: wss:"}, true},
|
| {"http: ftp: ws:", {"*", "https: 'strict-dynamic'"}, true},
|
| {"http://another.test", {"*", "'self'"}, true},
|
| - // TODO(amalika): Fix the test below that should have the same behavior as
|
| - // the test above.
|
| - // {"http://another.test/", {"*", "'self'"}, true},
|
| + {"http://another.test/", {"*", "'self'"}, true},
|
| {"http://another.test", {"https:", "'self'"}, true},
|
| {"'self'", {"*", "'self'"}, true},
|
| {"'unsafe-eval' * ", {"'unsafe-eval'"}, true},
|
|
|