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