]> source.dussan.org Git - jquery-ui.git/commitdiff
Progressbar: Removed static test pages.
authorScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 14:10:30 +0000 (10:10 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 14:10:30 +0000 (10:10 -0400)
tests/static/progressbar/default.html [deleted file]
tests/static/progressbar/progressbar.html [deleted file]

diff --git a/tests/static/progressbar/default.html b/tests/static/progressbar/default.html
deleted file mode 100644 (file)
index daa82b5..0000000
+++ /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 (file)
index 5749602..0000000
+++ /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>