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