| Index: LayoutTests/http/tests/security/isolatedWorld/storage-properties.html
|
| diff --git a/LayoutTests/http/tests/security/isolatedWorld/storage-properties.html b/LayoutTests/http/tests/security/isolatedWorld/storage-properties.html
|
| index 77cc6d089508d2732e85891734619756b5c90b71..c8f31ddd01449dc4c325350d3f3bbd220bb644b3 100644
|
| --- a/LayoutTests/http/tests/security/isolatedWorld/storage-properties.html
|
| +++ b/LayoutTests/http/tests/security/isolatedWorld/storage-properties.html
|
| @@ -10,7 +10,7 @@ sessionStorage.foo = "Visible";
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.evaluateScriptInIsolatedWorld(
|
| - 0,
|
| + 1,
|
| "document.getElementById('console').innerHTML = localStorage.foo + ' and ' + sessionStorage.foo");
|
| }
|
| </script>
|
|
|