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..ec61d1be394bef447e3070591a12b38a04b64a5c 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"); |
+ assert_true(typeof(script_loaded) === "undefined"); |
}, 'CSP header is sent on resource requests for which there is a policy.'); |
Michael van Ouwerkerk
2015/05/15 12:50:06
Better update this message as well then.
|