Index: LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html |
index cf23714712effed57d237b7f3cbdfc5a262cd665..ca749b39a14ec771b96db5d90423a07ff577bef5 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html |
@@ -8,8 +8,8 @@ window.onload = function() { |
var frame = document.getElementsByTagName("iframe")[0]; |
var secret = frame.contentWindow.secret; |
if (secret) |
- alert("PASS: Iframe was not in a unique origin"); |
+ console.log("PASS: Iframe was not in a unique origin"); |
else |
- alert("FAIL: Iframe was in a unique origin"); |
+ console.log("FAIL: Iframe was in a unique origin"); |
}; |
</script> |