| Index: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html
|
| index 15422568ab1050b817c518c8e1f623a7fd7958c9..441d4d8648caf436e1e7b19bb6695cb33c5042b1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html
|
| @@ -26,7 +26,7 @@
|
| log("\n----- tests for deleting the properties of window, window.history, and window.location cross-domain -----\n");
|
|
|
| shouldBe("window.existingProperty", "'test value'");
|
| - shouldBe("window[1]", "'test value'");
|
| + shouldBe("window[1]", "undefined");
|
| shouldBe("window.history.existingProperty", "'test value'");
|
| shouldBe("window.history[1]", "'test value'");
|
| shouldBe("window.location.existingProperty", "'test value'");
|
|
|