Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html |
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html |
index c2c65bdd044f3f75a52b3e3f7f2b827772363ef2..635c7a54f898b207427deeebafaee18e8a0ac1b7 100644 |
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html |
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-no-cors.html |
@@ -12,6 +12,7 @@ |
done(); |
}; |
var scriptError = function() { |
+ assert_equals(result, '', 'Script did not run.'); |
done(); |
}; |
</script> |