aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-64/+0
| | | | Ref gh-1528
* Progressbar: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-251-1/+1
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516
* Progressbar: Add classes optionAlexander Schmitz2015-03-111-19/+23
| | | | | Ref #7053 Ref gh-1411
* Tests: Fix missing wrappers in progressbar testsJörn Zaefferer2015-03-061-0/+4
|
* 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