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