Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-delete-test.html

Issue 2816743002: v8binding: Implements an alternative of WindowProxy.[[DefineOwnProperty]]. (Closed)
Patch Set: Fixed tests. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'");

Powered by Google App Engine
This is Rietveld 408576698