diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 12:01:20 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 12:01:20 +0000 |
commit | f3b91832ce164d1ec80d29b83c92535e4a2f8b0b (patch) | |
tree | dc4117c1c28df7212fb2a163b9cf69ff3d745301 /tests/static/progressbar.html | |
parent | 892c52225b9c1f7dcb2ec9ff990a458dbe0002ce (diff) | |
download | jquery-ui-f3b91832ce164d1ec80d29b83c92535e4a2f8b0b.tar.gz jquery-ui-f3b91832ce164d1ec80d29b83c92535e4a2f8b0b.zip |
tests: Added extra folder level for each plugin in static and visual test folders
Diffstat (limited to 'tests/static/progressbar.html')
-rw-r--r-- | tests/static/progressbar.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/static/progressbar.html b/tests/static/progressbar.html deleted file mode 100644 index cf9c24efe..000000000 --- a/tests/static/progressbar.html +++ /dev/null @@ -1,19 +0,0 @@ -<!doctype html> -<html> -<head> - <title>jQuery UI Progressbar Static Markup Test Page</title> - <link rel="stylesheet" href="../../themes/base/ui.core.css" type="text/css" /> - <link rel="stylesheet" href="../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> - <link rel="stylesheet" href="../../themes/base/ui.allplugins.css" type="text/css" /> - <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> |