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