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