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", | 9 "CSSPrimitiveValue", |
10 "CSSRule", | 10 "CSSRule", |
11 "CSSStyleDeclaration", | 11 "CSSStyleDeclaration", |
12 "CSSValue", | 12 "CSSValue", |
13 "CharacterData", | 13 "CharacterData", |
14 "Comment", | 14 "Comment", |
15 "DOMException", | 15 "DOMException", |
16 "DOMImplementation", | 16 "DOMImplementation", |
17 "DOMParser", | 17 "DOMParser", |
18 "Document", | 18 "Document", |
19 "DocumentFragment", | 19 "DocumentFragment", |
20 "DocumentType", | 20 "DocumentType", |
21 "Element", | 21 "Element", |
22 "Entity", | |
23 "EntityReference", | 22 "EntityReference", |
24 "EvalError", | 23 "EvalError", |
25 "Event", | 24 "Event", |
26 "HTMLAnchorElement", | 25 "HTMLAnchorElement", |
27 "HTMLAudioElement", | 26 "HTMLAudioElement", |
28 "HTMLAppletElement", | 27 "HTMLAppletElement", |
29 "HTMLAreaElement", | 28 "HTMLAreaElement", |
30 "HTMLBRElement", | 29 "HTMLBRElement", |
31 "HTMLBaseElement", | 30 "HTMLBaseElement", |
32 "HTMLBodyElement", | 31 "HTMLBodyElement", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 } | 285 } |
287 } | 286 } |
288 </script> | 287 </script> |
289 </head> | 288 </head> |
290 <body> | 289 <body> |
291 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> | 290 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> |
292 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get
-test.html" style=""></iframe> | 291 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get
-test.html" style=""></iframe> |
293 <pre id="console"></pre> | 292 <pre id="console"></pre> |
294 </body> | 293 </body> |
295 </html> | 294 </html> |
OLD | NEW |