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>
11 Test.SandBox.setup({ includes: []
12 .concat(lib.foundation)
15 .concat(lib.dom.platform)
16 .concat(test.dom.platform)
19 Test.SandBox.addIframe({ includes: []
20 .concat(lib.foundation)
23 .concat(lib.dom.touch)
24 .concat(test.dom.touch)
27 Test.SandBox.addIframe({ includes: []
28 .concat(lib.foundation)
31 .concat(lib.dom.extjs)
32 .concat(test.dom.extjs)