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

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

Issue 143673005: Remove Entity interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 This test checks cross-frame access security (rdar://problem/5251309). 1 This test checks cross-frame access security (rdar://problem/5251309).
2 2
3 3
4 4
5 ----- tests for getting of allowed properties ----- 5 ----- tests for getting of allowed properties -----
6 6
7 7
8 ----- tests for getting of allowed Functions ----- 8 ----- tests for getting of allowed Functions -----
9 9
10 PASS: canGet('targetWindow.blur') should be 'true' and is. 10 PASS: canGet('targetWindow.blur') should be 'true' and is.
(...skipping 25 matching lines...) Expand all
36 PASS: canGet('targetWindow.CSSValue') should be 'false' and is. 36 PASS: canGet('targetWindow.CSSValue') should be 'false' and is.
37 PASS: canGet('targetWindow.CharacterData') should be 'false' and is. 37 PASS: canGet('targetWindow.CharacterData') should be 'false' and is.
38 PASS: canGet('targetWindow.Comment') should be 'false' and is. 38 PASS: canGet('targetWindow.Comment') should be 'false' and is.
39 PASS: canGet('targetWindow.DOMException') should be 'false' and is. 39 PASS: canGet('targetWindow.DOMException') should be 'false' and is.
40 PASS: canGet('targetWindow.DOMImplementation') should be 'false' and is. 40 PASS: canGet('targetWindow.DOMImplementation') should be 'false' and is.
41 PASS: canGet('targetWindow.DOMParser') should be 'false' and is. 41 PASS: canGet('targetWindow.DOMParser') should be 'false' and is.
42 PASS: canGet('targetWindow.Document') should be 'false' and is. 42 PASS: canGet('targetWindow.Document') should be 'false' and is.
43 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is. 43 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is.
44 PASS: canGet('targetWindow.DocumentType') should be 'false' and is. 44 PASS: canGet('targetWindow.DocumentType') should be 'false' and is.
45 PASS: canGet('targetWindow.Element') should be 'false' and is. 45 PASS: canGet('targetWindow.Element') should be 'false' and is.
46 PASS: canGet('targetWindow.Entity') should be 'false' and is.
47 PASS: canGet('targetWindow.EntityReference') should be 'false' and is. 46 PASS: canGet('targetWindow.EntityReference') should be 'false' and is.
48 PASS: canGet('targetWindow.EvalError') should be 'false' and is. 47 PASS: canGet('targetWindow.EvalError') should be 'false' and is.
49 PASS: canGet('targetWindow.Event') should be 'false' and is. 48 PASS: canGet('targetWindow.Event') should be 'false' and is.
50 PASS: canGet('targetWindow.HTMLAnchorElement') should be 'false' and is. 49 PASS: canGet('targetWindow.HTMLAnchorElement') should be 'false' and is.
51 PASS: canGet('targetWindow.HTMLAudioElement') should be 'false' and is. 50 PASS: canGet('targetWindow.HTMLAudioElement') should be 'false' and is.
52 PASS: canGet('targetWindow.HTMLAppletElement') should be 'false' and is. 51 PASS: canGet('targetWindow.HTMLAppletElement') should be 'false' and is.
53 PASS: canGet('targetWindow.HTMLAreaElement') should be 'false' and is. 52 PASS: canGet('targetWindow.HTMLAreaElement') should be 'false' and is.
54 PASS: canGet('targetWindow.HTMLBRElement') should be 'false' and is. 53 PASS: canGet('targetWindow.HTMLBRElement') should be 'false' and is.
55 PASS: canGet('targetWindow.HTMLBaseElement') should be 'false' and is. 54 PASS: canGet('targetWindow.HTMLBaseElement') should be 'false' and is.
56 PASS: canGet('targetWindow.HTMLBodyElement') should be 'false' and is. 55 PASS: canGet('targetWindow.HTMLBodyElement') should be 'false' and is.
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 PASS: canGet('targetWindow.screenTop') should be 'false' and is. 216 PASS: canGet('targetWindow.screenTop') should be 'false' and is.
218 PASS: canGet('targetWindow.screenX') should be 'false' and is. 217 PASS: canGet('targetWindow.screenX') should be 'false' and is.
219 PASS: canGet('targetWindow.screenY') should be 'false' and is. 218 PASS: canGet('targetWindow.screenY') should be 'false' and is.
220 PASS: canGet('targetWindow.scrollX') should be 'false' and is. 219 PASS: canGet('targetWindow.scrollX') should be 'false' and is.
221 PASS: canGet('targetWindow.scrollY') should be 'false' and is. 220 PASS: canGet('targetWindow.scrollY') should be 'false' and is.
222 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. 221 PASS: canGet('targetWindow.scrollbars') should be 'false' and is.
223 PASS: canGet('targetWindow.status') should be 'false' and is. 222 PASS: canGet('targetWindow.status') should be 'false' and is.
224 PASS: canGet('targetWindow.statusbar') should be 'false' and is. 223 PASS: canGet('targetWindow.statusbar') should be 'false' and is.
225 PASS: canGet('targetWindow.toolbar') should be 'false' and is. 224 PASS: canGet('targetWindow.toolbar') should be 'false' and is.
226 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698