diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-06 09:35:41 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-06 09:35:41 -0500 |
commit | f1be88e7956fe9114ae20d19242cd8190a6ff399 (patch) | |
tree | 5b381155faf947db5ac295888dfbdf8303f43579 /tests/unit/progressbar/progressbar_common.js | |
parent | 8c763cdf9836e9e97432167e92d0a5808e033ba2 (diff) | |
download | jquery-ui-f1be88e7956fe9114ae20d19242cd8190a6ff399.tar.gz jquery-ui-f1be88e7956fe9114ae20d19242cd8190a6ff399.zip |
Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added more accessibility tests.
Diffstat (limited to 'tests/unit/progressbar/progressbar_common.js')
-rw-r--r-- | tests/unit/progressbar/progressbar_common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar_common.js b/tests/unit/progressbar/progressbar_common.js index ceee3fbec..0768576f5 100644 --- a/tests/unit/progressbar/progressbar_common.js +++ b/tests/unit/progressbar/progressbar_common.js @@ -1,8 +1,8 @@ TestHelpers.commonWidgetTests( "progressbar", { defaults: { disabled: false, - value: 0, max: 100, + value: 0, //callbacks change: null, |