aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/progressbar/progressbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static/progressbar/progressbar.html')
-rw-r--r--tests/static/progressbar/progressbar.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/static/progressbar/progressbar.html b/tests/static/progressbar/progressbar.html
new file mode 100644
index 000000000..520649508
--- /dev/null
+++ b/tests/static/progressbar/progressbar.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html>
+<head>
+ <title>jQuery UI Progressbar Static Markup Test Page</title>
+ <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" />
+ <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" />
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
+ <script type="text/javascript" src="../static_helpers.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>