diff --git a/fetch/cross-origin-resource-policy/scheme-restriction.any.js b/fetch/cross-origin-resource-policy/scheme-restriction.any.js index d16c59024741074..192572e28421b36 100644 --- a/fetch/cross-origin-resource-policy/scheme-restriction.any.js +++ b/fetch/cross-origin-resource-policy/scheme-restriction.any.js @@ -4,4 +4,4 @@ promise_test(t => { return promise_rejects(t, new TypeError(), fetch(get_host_info().HTTPS_REMOTE_ORIGIN + "/fetch/cross-origin-resource-policy/resources/hello.py?corp=same-site", { mode: "no-cors" })); -}, "Cross-Origin-Resource-Policy: same-site's scheme restriction"); +}, "Cross-Origin-Resource-Policy: same-site blocks retrieving HTTPS from HTTP");