aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar: Moved .ui-progressbar-indeterminate to main element. Added ↵Scott González2012-12-121-0/+25
| | | | tests for markup structure.
* Progressbar: Cleanup, byte shaving.Scott González2012-12-061-1/+1
|
* Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added ↵Scott González2012-12-061-1/+9
| | | | more accessibility tests.
* Progressbar tests: Cleanup.Scott González2012-05-251-22/+14
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-7/+7
|
* Use .attr() for boolean ARIA attributes.Scott González2011-07-121-2/+2
|
* .attr() -> .prop()Scott González2011-06-081-2/+2
|
* Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria ↵jzaefferer2010-04-131-2/+2
| | | | attributes test
* Progressbar unit test: Ignore false vs. false in IE6 in aria attributes testjzaefferer2010-04-131-1/+1
|
* progessbar: comments about failing aria-disabled attr test (in IE), no idea ↵Jörn Zaefferer2009-09-151-2/+3
| | | | why that happens
* progressbar unit tests: split tests into individual filesRichard Worth2009-02-041-2/+17
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets