summaryrefslogtreecommitdiffstats
path: root/tests/static/progressbar
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-07-12 00:46:09 +0200
committerFelix Nagel <info@felixnagel.com>2012-07-12 00:47:41 +0200
commitc67774fe6ea7a7cffcec0acec2bedc070a3812d3 (patch)
treef2d4a062e341b735ce003343d0b2af57fc17bebe /tests/static/progressbar
parent3570be2084eb9de77473c149456bbe03be856397 (diff)
downloadjquery-ui-c67774fe6ea7a7cffcec0acec2bedc070a3812d3.tar.gz
jquery-ui-c67774fe6ea7a7cffcec0acec2bedc070a3812d3.zip
task: make selectmenu easier to download/extract/use, see #172
Diffstat (limited to 'tests/static/progressbar')
-rw-r--r--tests/static/progressbar/default.html19
-rw-r--r--tests/static/progressbar/progressbar.html19
2 files changed, 0 insertions, 38 deletions
diff --git a/tests/static/progressbar/default.html b/tests/static/progressbar/default.html
deleted file mode 100644
index f0b75105d..000000000
--- a/tests/static/progressbar/default.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8" />
- <title>Progressbar Static Test : Default</title>
- <link rel="stylesheet" href="../static.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
- <script type="text/javascript" src="../../../jquery-1.7.2.js"></script>
- <script type="text/javascript" src="../static.js"></script>
-</head>
-<body>
-
-<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
- <div class="ui-progressbar-value ui-widget-header ui-corner-left" style="width: 0%;"></div>
-</div>
-
-</body>
-</html>
diff --git a/tests/static/progressbar/progressbar.html b/tests/static/progressbar/progressbar.html
deleted file mode 100644
index 0fdc8a92b..000000000
--- a/tests/static/progressbar/progressbar.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8" />
- <title>jQuery UI Progressbar Static Markup Test Page</title>
- <link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
- <script type="text/javascript" src="../../../jquery-1.7.2.js"></script>
- <script type="text/javascript" src="../static.js"></script>
-</head>
-<body style="font-size: 62.5%;">
-
-<!-- Progressbar -->
-<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
- <div class="ui-progressbar-value ui-widget-header ui-corner-left" style="width:13%;"></div>
-</div>
-
-</body>
-</html>