| Index: LayoutTests/http/tests/security/isolatedWorld/document-open.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/document-open.html b/LayoutTests/http/tests/security/isolatedWorld/document-open.html
|
| index 0d885764a137a90c2b8ba64a0b59909e9e6346c6..1a3171be11e2427b9345699f4faf3ce85ec96a13 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/document-open.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/document-open.html
|
| @@ -7,7 +7,7 @@ window.open = function () { alert("FAIL: Visible in isolated world."); };
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.evaluateScriptInIsolatedWorld(
|
| - 0,
|
| + 1,
|
| "window.open = function () { alert('PASS'); };\n" +
|
| "document.open(1, 2, 3);");
|
| }
|
|
|