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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 | Annotate | Revision Log
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 28 matching lines...) Expand all
39 PASS: canGet('targetWindow.DOMParser') should be 'false' and is. 39 PASS: canGet('targetWindow.DOMParser') should be 'false' and is.
40 PASS: canGet('targetWindow.Document') should be 'false' and is. 40 PASS: canGet('targetWindow.Document') should be 'false' and is.
41 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is. 41 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is.
42 PASS: canGet('targetWindow.DocumentType') should be 'false' and is. 42 PASS: canGet('targetWindow.DocumentType') should be 'false' and is.
43 PASS: canGet('targetWindow.Element') should be 'false' and is. 43 PASS: canGet('targetWindow.Element') should be 'false' and is.
44 PASS: canGet('targetWindow.EntityReference') should be 'false' and is. 44 PASS: canGet('targetWindow.EntityReference') should be 'false' and is.
45 PASS: canGet('targetWindow.EvalError') should be 'false' and is. 45 PASS: canGet('targetWindow.EvalError') should be 'false' and is.
46 PASS: canGet('targetWindow.Event') should be 'false' and is. 46 PASS: canGet('targetWindow.Event') should be 'false' and is.
47 PASS: canGet('targetWindow.HTMLAnchorElement') should be 'false' and is. 47 PASS: canGet('targetWindow.HTMLAnchorElement') should be 'false' and is.
48 PASS: canGet('targetWindow.HTMLAudioElement') should be 'false' and is. 48 PASS: canGet('targetWindow.HTMLAudioElement') should be 'false' and is.
49 PASS: canGet('targetWindow.HTMLAppletElement') should be 'false' and is.
50 PASS: canGet('targetWindow.HTMLAreaElement') should be 'false' and is. 49 PASS: canGet('targetWindow.HTMLAreaElement') should be 'false' and is.
51 PASS: canGet('targetWindow.HTMLBRElement') should be 'false' and is. 50 PASS: canGet('targetWindow.HTMLBRElement') should be 'false' and is.
52 PASS: canGet('targetWindow.HTMLBaseElement') should be 'false' and is. 51 PASS: canGet('targetWindow.HTMLBaseElement') should be 'false' and is.
53 PASS: canGet('targetWindow.HTMLBodyElement') should be 'false' and is. 52 PASS: canGet('targetWindow.HTMLBodyElement') should be 'false' and is.
54 PASS: canGet('targetWindow.HTMLButtonElement') should be 'false' and is. 53 PASS: canGet('targetWindow.HTMLButtonElement') should be 'false' and is.
55 PASS: canGet('targetWindow.HTMLCanvasElement') should be 'false' and is. 54 PASS: canGet('targetWindow.HTMLCanvasElement') should be 'false' and is.
56 PASS: canGet('targetWindow.HTMLDListElement') should be 'false' and is. 55 PASS: canGet('targetWindow.HTMLDListElement') should be 'false' and is.
57 PASS: canGet('targetWindow.HTMLDirectoryElement') should be 'false' and is. 56 PASS: canGet('targetWindow.HTMLDirectoryElement') should be 'false' and is.
58 PASS: canGet('targetWindow.HTMLDivElement') should be 'false' and is. 57 PASS: canGet('targetWindow.HTMLDivElement') should be 'false' and is.
59 PASS: canGet('targetWindow.HTMLDocument') should be 'false' and is. 58 PASS: canGet('targetWindow.HTMLDocument') should be 'false' and is.
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 PASS: canGet('targetWindow.screenTop') should be 'false' and is. 211 PASS: canGet('targetWindow.screenTop') should be 'false' and is.
213 PASS: canGet('targetWindow.screenX') should be 'false' and is. 212 PASS: canGet('targetWindow.screenX') should be 'false' and is.
214 PASS: canGet('targetWindow.screenY') should be 'false' and is. 213 PASS: canGet('targetWindow.screenY') should be 'false' and is.
215 PASS: canGet('targetWindow.scrollX') should be 'false' and is. 214 PASS: canGet('targetWindow.scrollX') should be 'false' and is.
216 PASS: canGet('targetWindow.scrollY') should be 'false' and is. 215 PASS: canGet('targetWindow.scrollY') should be 'false' and is.
217 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. 216 PASS: canGet('targetWindow.scrollbars') should be 'false' and is.
218 PASS: canGet('targetWindow.status') should be 'false' and is. 217 PASS: canGet('targetWindow.status') should be 'false' and is.
219 PASS: canGet('targetWindow.statusbar') should be 'false' and is. 218 PASS: canGet('targetWindow.statusbar') should be 'false' and is.
220 PASS: canGet('targetWindow.toolbar') should be 'false' and is. 219 PASS: canGet('targetWindow.toolbar') should be 'false' and is.
221 220
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698