We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926f3c6 commit a640faeCopy full SHA for a640fae
tests/unit/controlgroup/all.html
@@ -0,0 +1,26 @@
1
+<!doctype html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Countrolgroup Test Suite</title>
6
+
7
+ <script src="../../../external/jquery/jquery.js"></script>
8
9
+ <link rel="stylesheet" href="../../../external/qunit/qunit.css">
10
+ <link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
11
+ <script src="../../../external/qunit/qunit.js"></script>
12
+ <script src="../../../external/qunit-composite/qunit-composite.js"></script>
13
+ <script src="../subsuite.js"></script>
14
15
+ <script>
16
+ testAllVersions( "controlgroup" );
17
+ </script>
18
+</head>
19
+<body>
20
21
+<div id="qunit"></div>
22
+<div id="qunit-fixture">
23
24
+</div>
25
+</body>
26
+</html>
0 commit comments