diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 10:10:30 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-23 10:10:30 -0400 |
commit | 2a09fccd0b9272f33a20dc4735d475df2b4cd775 (patch) | |
tree | de40b4d527a7c8f0e08abf3987a6c3083628a8f4 /tests | |
parent | 8009d00f7ec2fcc4b0156b4cbcde8e98e19daa09 (diff) | |
download | jquery-ui-2a09fccd0b9272f33a20dc4735d475df2b4cd775.tar.gz jquery-ui-2a09fccd0b9272f33a20dc4735d475df2b4cd775.zip |
Progressbar: Removed static test pages.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/progressbar/default.html | 19 | ||||
-rw-r--r-- | tests/static/progressbar/progressbar.html | 19 |
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> |