imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / core / all.html
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/core/all.html b/third-party/jquery-ui-1.10.2/tests/unit/core/all.html
new file mode 100644 (file)
index 0000000..2e2d863
--- /dev/null
@@ -0,0 +1,30 @@
+<!doctype html>
+<html lang="en">
+<head>
+       <meta charset="utf-8">
+       <title>jQuery UI Core Test Suite</title>
+
+       <script src="../../../jquery-1.9.1.js"></script>
+
+       <link rel="stylesheet" href="../../../external/qunit.css">
+       <link rel="stylesheet" href="../qunit-composite.css">
+       <script src="../../../external/qunit.js"></script>
+       <script src="../qunit-composite.js"></script>
+       <script src="../subsuite.js"></script>
+
+       <script>
+       testAllVersions( "core" );
+       </script>
+</head>
+<body>
+
+<h1 id="qunit-header">jQuery UI Core Test Suite</h1>
+<h2 id="qunit-banner"></h2>
+<div id="qunit-testrunner-toolbar"></div>
+<h2 id="qunit-userAgent"></h2>
+<ol id="qunit-tests"></ol>
+<div id="qunit-fixture">
+
+</div>
+</body>
+</html>