OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |