Index: LayoutTests/http/tests/security/isolatedWorld/top-properties.html |
diff --git a/LayoutTests/http/tests/security/isolatedWorld/top-properties.html b/LayoutTests/http/tests/security/isolatedWorld/top-properties.html |
index fb1605cb81301986a74b56dd053b61d57939b3c1..59ce96705e7bb007f46d91069c3f66b2b25dd7ad 100644 |
--- a/LayoutTests/http/tests/security/isolatedWorld/top-properties.html |
+++ b/LayoutTests/http/tests/security/isolatedWorld/top-properties.html |
@@ -7,7 +7,7 @@ top.foo = "FAIL: Visible in isolated world."; |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.evaluateScriptInIsolatedWorld( |
- 0, |
+ 1, |
"document.getElementById('console').innerHTML = top.foo"); |
} |
</script> |