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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 years, 10 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 2
3 ----- tests for getting/setting interesting properties ----- 3 ----- tests for getting/setting interesting properties -----
4 4
5 PASS: canGet('targetWindow.Object') should be 'false' and is. 5 PASS: canGet('targetWindow.Object') should be 'false' and is.
6 PASS: canSet('targetWindow.Object') should be 'false' and is. 6 PASS: canSet('targetWindow.Object') should be 'false' and is.
7 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is. 7 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is.
8 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is. 8 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is.
9 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is. 9 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is.
10 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is. 10 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is.
11 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is. 11 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is.
12 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. 12 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
13 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. 13 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
14 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. 14 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
15 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. 15 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
16 PASS: canGet('targetWindow.toString') should be 'true' and is. 16 PASS: canGet('targetWindow.toString') should be 'false' and is.
17 PASS: canSet('targetWindow.toString') should be 'false' and is. 17 PASS: canSet('targetWindow.toString') should be 'false' and is.
18 PASS: toString('targetWindow') should be '[exception]' and is. 18 PASS: toString('targetWindow') should be '[exception]' and is.
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698