Index: LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html |
diff --git a/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html b/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html |
index f7e542e6323c0406b0584f83c873a69340271629..4c98ba0758b08d1be2e0aa986e3d4de64bd5a211 100644 |
--- a/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html |
+++ b/LayoutTests/http/tests/security/isolatedWorld/sandboxed-iframe.html |
@@ -7,7 +7,7 @@ function test() |
testRunner.dumpAsText(); |
var frame = document.getElementById("frame"); |
frame.contentWindow.focus(); |
- testRunner.evaluateScriptInIsolatedWorld(1, "alert('PASS');"); |
+ testRunner.evaluateScriptInIsolatedWorld(1, "console.log('PASS');"); |
} else { |
var msg = document.createElement("p"); |
msg.innerText = "FAIL: Test requires testRunner to run."; |