| 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 b14c0356823882cd980abcaa3ef04d660a39ab3a..7c71fda6edce25dc2bf7693685337b9beebe00b8 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
|
| @@ -1244,9 +1244,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},
|
|
|