OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="resources/cross-frame-access.js"></script> | 3 <script src="resources/cross-frame-access.js"></script> |
4 <script> | 4 <script> |
5 var windowConstructorPropertiesNotAllowed = [ | 5 var windowConstructorPropertiesNotAllowed = [ |
6 "Attr", | 6 "Attr", |
7 "Audio", | 7 "Audio", |
8 "CDATASection", | 8 "CDATASection", |
9 "CSSPrimitiveValue", | |
10 "CSSRule", | 9 "CSSRule", |
11 "CSSStyleDeclaration", | 10 "CSSStyleDeclaration", |
12 "CSSValue", | |
13 "CharacterData", | 11 "CharacterData", |
14 "Comment", | 12 "Comment", |
15 "DOMException", | 13 "DOMException", |
16 "DOMImplementation", | 14 "DOMImplementation", |
17 "DOMParser", | 15 "DOMParser", |
18 "Document", | 16 "Document", |
19 "DocumentFragment", | 17 "DocumentFragment", |
20 "DocumentType", | 18 "DocumentType", |
21 "Element", | 19 "Element", |
22 "EntityReference", | 20 "EntityReference", |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 } | 269 } |
272 } | 270 } |
273 </script> | 271 </script> |
274 </head> | 272 </head> |
275 <body> | 273 <body> |
276 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> | 274 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> |
277 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get
-test.html" style=""></iframe> | 275 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get
-test.html" style=""></iframe> |
278 <pre id="console"></pre> | 276 <pre id="console"></pre> |
279 </body> | 277 </body> |
280 </html> | 278 </html> |
OLD | NEW |