aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-03-23 10:10:30 -0400
committerScott González <scott.gonzalez@gmail.com>2011-03-23 10:10:30 -0400
commit2a09fccd0b9272f33a20dc4735d475df2b4cd775 (patch)
treede40b4d527a7c8f0e08abf3987a6c3083628a8f4
parent8009d00f7ec2fcc4b0156b4cbcde8e98e19daa09 (diff)
downloadjquery-ui-2a09fccd0b9272f33a20dc4735d475df2b4cd775.tar.gz
jquery-ui-2a09fccd0b9272f33a20dc4735d475df2b4cd775.zip
Progressbar: Removed static test pages.
-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 daa82b53e..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.5.1.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 57496020d..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.5.1.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>