Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / other_specs / dom.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>Platform DOM Specs</title>
5     <link rel="stylesheet" href="../../../../testreporter/deploy/testreporter/resources/reporter.css">
6     <script src="../../../../testreporter/deploy/testreporter/reporter.js"></script>
7     <script src="resources/jsb3.js"></script>
8     <script src="resources/test-setup.js"></script>
9     <script>
10     
11     Test.SandBox.setup({ includes: []
12         .concat(lib.foundation)
13         .concat(test.helpers)
14         .concat(lib.extras)
15         .concat(lib.dom.platform)
16         .concat(test.dom.platform)
17     });
18     
19     Test.SandBox.addIframe({ includes: []
20         .concat(lib.foundation)
21         .concat(test.helpers)
22         .concat(lib.extras)
23         .concat(lib.dom.touch)
24         .concat(test.dom.touch)
25     });
26     
27     Test.SandBox.addIframe({ includes: []
28         .concat(lib.foundation)
29         .concat(test.helpers)
30         .concat(lib.extras)
31         .concat(lib.dom.extjs)
32         .concat(test.dom.extjs)
33     });
34     
35     </script>
36 </head>
37 <body>
38 </body>
39 </html>
40