| Index: LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js
|
| index cbb985d033f6b27290d0240bd614fed30bf4b5f7..e9664f9d626111b97ea8c6210d20c5d434128c58 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js
|
| @@ -13,5 +13,5 @@ async_test(function(t) {
|
| }, 'CSP header is not sent on resource requests for which there is no policy.');
|
|
|
| test(function() {
|
| - assert_true(typeof(script_loaded) !== "undefined");
|
| -}, 'CSP header is sent on resource requests for which there is a policy.');
|
| + assert_true(typeof(script_loaded) === "undefined");
|
| +}, 'CSP header is not sent on resource requests for which there is a policy.');
|
|
|