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

Side by Side 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 unified diff | Download patch
OLDNEW
1 1
2 PASS: deletionThrowsException('targetWindow.existingProperty') should be 'true' and is. 2 PASS: deletionThrowsException('targetWindow.existingProperty') should be 'true' and is.
3 PASS: deletionThrowsException('targetWindow[1]') should be 'true' and is. 3 PASS: deletionThrowsException('targetWindow[1]') should be 'true' and is.
4 PASS: deletionThrowsException('targetWindow.location.existingProperty') should b e 'true' and is. 4 PASS: deletionThrowsException('targetWindow.location.existingProperty') should b e 'true' and is.
5 PASS: deletionThrowsException('targetWindow.location[1]') should be 'true' and i s. 5 PASS: deletionThrowsException('targetWindow.location[1]') should be 'true' and i s.
6 6
7 7
8 -------- 8 --------
9 Frame: '<!--framePath //<!--frame0-->-->' 9 Frame: '<!--framePath //<!--frame0-->-->'
10 -------- 10 --------
11 11
12 ----- tests for deleting the properties of window, window.history, and window.lo cation cross-domain ----- 12 ----- tests for deleting the properties of window, window.history, and window.lo cation cross-domain -----
13 13
14 PASS: window.existingProperty should be 'test value' and is. 14 PASS: window.existingProperty should be 'test value' and is.
15 PASS: window[1] should be 'test value' and is. 15 PASS: window[1] should be 'undefined' and is.
16 PASS: window.history.existingProperty should be 'test value' and is. 16 PASS: window.history.existingProperty should be 'test value' and is.
17 PASS: window.history[1] should be 'test value' and is. 17 PASS: window.history[1] should be 'test value' and is.
18 PASS: window.location.existingProperty should be 'test value' and is. 18 PASS: window.location.existingProperty should be 'test value' and is.
19 PASS: window.location[1] should be 'test value' and is. 19 PASS: window.location[1] should be 'test value' and is.
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698