aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/deprecated.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-07-15 09:40:38 -0400
committerScott González <scott.gonzalez@gmail.com>2015-07-15 09:40:38 -0400
commit71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab (patch)
treea48489064648b2cbb59772d8a62f4fb66496ed4f /tests/unit/spinner/deprecated.html
parenta3df6dd8a8e363a276392acd7744f7db1e75eb61 (diff)
parentde4984da244289c259e8fc8d1106898908b6ffce (diff)
downloadjquery-ui-71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab.tar.gz
jquery-ui-71d8f16ad4bc60d8946cf73f4b0c0bc99840e6ab.zip
Merge branch 'master' into datepicker
Diffstat (limited to 'tests/unit/spinner/deprecated.html')
-rw-r--r--tests/unit/spinner/deprecated.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/unit/spinner/deprecated.html b/tests/unit/spinner/deprecated.html
new file mode 100644
index 000000000..a6c249a17
--- /dev/null
+++ b/tests/unit/spinner/deprecated.html
@@ -0,0 +1,21 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>jQuery UI Spinner Test Suite</title>
+
+ <script src="../../../external/requirejs/require.js"></script>
+ <script src="../../lib/css.js" data-modules="core button spinner"></script>
+ <script src="../../lib/bootstrap.js" data-widget="spinner" data-deprecated="true"></script>
+</head>
+<body>
+
+<div id="qunit"></div>
+<div id="qunit-fixture">
+
+<input id="spin" class="foo">
+<input id="spin2" value="2">
+
+</div>
+</body>
+</html>