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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-delete-expected.txt

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/cross-frame-access-delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-delete-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-delete-expected.txt
index cbe959b12baf488b353c64b289556f893c9d1225..12ab0b38ab16477000d5749ac0eda521385a6778 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-delete-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-delete-expected.txt
@@ -12,7 +12,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
----- tests for deleting the properties of window, window.history, and window.location cross-domain -----
PASS: window.existingProperty should be 'test value' and is.
-PASS: window[1] should be 'test value' and is.
+PASS: window[1] should be 'undefined' and is.
PASS: window.history.existingProperty should be 'test value' and is.
PASS: window.history[1] should be 'test value' and is.
PASS: window.location.existingProperty should be 'test value' and is.

Powered by Google App Engine
This is Rietveld 408576698