Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / other_specs / dom.html
diff --git a/src/core/test/unit/other_specs/dom.html b/src/core/test/unit/other_specs/dom.html
new file mode 100644 (file)
index 0000000..a66334f
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Platform DOM Specs</title>
+    <link rel="stylesheet" href="../../../../testreporter/deploy/testreporter/resources/reporter.css">
+    <script src="../../../../testreporter/deploy/testreporter/reporter.js"></script>
+    <script src="resources/jsb3.js"></script>
+    <script src="resources/test-setup.js"></script>
+    <script>
+    
+    Test.SandBox.setup({ includes: []
+        .concat(lib.foundation)
+        .concat(test.helpers)
+        .concat(lib.extras)
+        .concat(lib.dom.platform)
+        .concat(test.dom.platform)
+    });
+    
+    Test.SandBox.addIframe({ includes: []
+        .concat(lib.foundation)
+        .concat(test.helpers)
+        .concat(lib.extras)
+        .concat(lib.dom.touch)
+        .concat(test.dom.touch)
+    });
+    
+    Test.SandBox.addIframe({ includes: []
+        .concat(lib.foundation)
+        .concat(test.helpers)
+        .concat(lib.extras)
+        .concat(lib.dom.extjs)
+        .concat(test.dom.extjs)
+    });
+    
+    </script>
+</head>
+<body>
+</body>
+</html>
+