| 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 219f69e7a1cbb35caa8cf8ea9f0c24401a283f6b..f7e542e6323c0406b0584f83c873a69340271629 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(0, "alert('PASS');");
|
| + testRunner.evaluateScriptInIsolatedWorld(1, "alert('PASS');");
|
| } else {
|
| var msg = document.createElement("p");
|
| msg.innerText = "FAIL: Test requires testRunner to run.";
|
|
|