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

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

Issue 711043004: Don't test CSSValue in http/tests/security tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 12 matching lines...) Expand all
23 PASS: canGet('targetWindow.window') should be 'true' and is. 23 PASS: canGet('targetWindow.window') should be 'true' and is.
24 24
25 ----- tests for getting of not allowed properties ----- 25 ----- tests for getting of not allowed properties -----
26 26
27 27
28 ----- tests for getting of not allowed Constructors ----- 28 ----- tests for getting of not allowed Constructors -----
29 29
30 PASS: canGet('targetWindow.Attr') should be 'false' and is. 30 PASS: canGet('targetWindow.Attr') should be 'false' and is.
31 PASS: canGet('targetWindow.Audio') should be 'false' and is. 31 PASS: canGet('targetWindow.Audio') should be 'false' and is.
32 PASS: canGet('targetWindow.CDATASection') should be 'false' and is. 32 PASS: canGet('targetWindow.CDATASection') should be 'false' and is.
33 PASS: canGet('targetWindow.CSSPrimitiveValue') should be 'false' and is.
34 PASS: canGet('targetWindow.CSSRule') should be 'false' and is. 33 PASS: canGet('targetWindow.CSSRule') should be 'false' and is.
35 PASS: canGet('targetWindow.CSSStyleDeclaration') should be 'false' and is. 34 PASS: canGet('targetWindow.CSSStyleDeclaration') 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. 35 PASS: canGet('targetWindow.CharacterData') should be 'false' and is.
38 PASS: canGet('targetWindow.Comment') should be 'false' and is. 36 PASS: canGet('targetWindow.Comment') should be 'false' and is.
39 PASS: canGet('targetWindow.DOMException') should be 'false' and is. 37 PASS: canGet('targetWindow.DOMException') should be 'false' and is.
40 PASS: canGet('targetWindow.DOMImplementation') should be 'false' and is. 38 PASS: canGet('targetWindow.DOMImplementation') should be 'false' and is.
41 PASS: canGet('targetWindow.DOMParser') should be 'false' and is. 39 PASS: canGet('targetWindow.DOMParser') should be 'false' and is.
42 PASS: canGet('targetWindow.Document') should be 'false' and is. 40 PASS: canGet('targetWindow.Document') should be 'false' and is.
43 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is. 41 PASS: canGet('targetWindow.DocumentFragment') should be 'false' and is.
44 PASS: canGet('targetWindow.DocumentType') should be 'false' and is. 42 PASS: canGet('targetWindow.DocumentType') should be 'false' and is.
45 PASS: canGet('targetWindow.Element') should be 'false' and is. 43 PASS: canGet('targetWindow.Element') should be 'false' and is.
46 PASS: canGet('targetWindow.EntityReference') should be 'false' and is. 44 PASS: canGet('targetWindow.EntityReference') should be 'false' and is.
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 PASS: canGet('targetWindow.screenTop') should be 'false' and is. 213 PASS: canGet('targetWindow.screenTop') should be 'false' and is.
216 PASS: canGet('targetWindow.screenX') should be 'false' and is. 214 PASS: canGet('targetWindow.screenX') should be 'false' and is.
217 PASS: canGet('targetWindow.screenY') should be 'false' and is. 215 PASS: canGet('targetWindow.screenY') should be 'false' and is.
218 PASS: canGet('targetWindow.scrollX') should be 'false' and is. 216 PASS: canGet('targetWindow.scrollX') should be 'false' and is.
219 PASS: canGet('targetWindow.scrollY') should be 'false' and is. 217 PASS: canGet('targetWindow.scrollY') should be 'false' and is.
220 PASS: canGet('targetWindow.scrollbars') should be 'false' and is. 218 PASS: canGet('targetWindow.scrollbars') should be 'false' and is.
221 PASS: canGet('targetWindow.status') should be 'false' and is. 219 PASS: canGet('targetWindow.status') should be 'false' and is.
222 PASS: canGet('targetWindow.statusbar') should be 'false' and is. 220 PASS: canGet('targetWindow.statusbar') should be 'false' and is.
223 PASS: canGet('targetWindow.toolbar') should be 'false' and is. 221 PASS: canGet('targetWindow.toolbar') should be 'false' and is.
224 222
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698