aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Position visual tests: Cleanup.Scott González2012-05-202-178/+120
|
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-188-67/+81
| | | | from the anchor to the list item.
* Position: Cleanup visual tests, keep general and feedbackJörn Zaefferer2012-05-188-743/+188
|
* Tests: Use versioned jQuery files in index files.Scott González2012-05-183-3/+3
|
* Menu visual tests: cleanup.Scott González2012-05-181-29/+20
|
* Tooltip visual tests: Cleaned up animation tests.Scott González2012-05-181-61/+61
|
* Tooltip visual tests: Removed now-unused ajax content.Scott González2012-05-181-2/+0
|
* Tooltip: Cleaned up visual test.Scott González2012-05-181-152/+150
|
* Menu: Tests for role optionJörn Zaefferer2012-05-182-13/+26
|
* Visual tests: Fix index linksJörn Zaefferer2012-05-181-2/+2
|
* Menu: Update default visual test, remove the disable/toggle buttons, that ↵Jörn Zaefferer2012-05-181-34/+16
| | | | behaviour must be covered by unit tests
* Menu: Update default visual test, add headings and fix disable/destroy ↵Jörn Zaefferer2012-05-181-4/+11
| | | | toggle buttons
* Menu: Remove tablemenu visual test, broken and not interestingJörn Zaefferer2012-05-182-69/+0
|
* Menu: Remove drilldown visual test, broken and superceded by James Rosen's ↵Jörn Zaefferer2012-05-182-268/+0
| | | | implementation
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵Jörn Zaefferer2012-05-162-0/+5
| | | | #7840 - Autocomplete: popup results not read by screen-readers
* Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and ↵Scott González2012-05-155-44/+146
| | | | Visual tests (Index of Static and Visual tests do not exist).
* Removed static tests directory.Scott González2012-05-156-1938/+0
|
* Draggable tests: Fixed typo.Yi, EungJun2012-05-151-1/+1
|
* Visual tests: Effects cleanup.Scott González2012-05-155-125/+118
|
* Visual tests: Cleanup.Scott González2012-05-157-854/+95
|
* Visual tests: Renamed files.Scott González2012-05-153-3/+5
|
* Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: ↵Scott González2012-05-142-1/+4
| | | | Deprecate fx option.
* Spinner: Handle async focus events in IE. Fixes incorrect detection of changes.Scott González2012-05-101-45/+51
|
* addClass visual test: Added description of test.Scott González2012-05-081-2/+4
|
* Compound visual tests: Cleanup.Scott González2012-05-0810-685/+231
|
* Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵Jay Merrifield2012-05-071-6/+56
| | | | behavior for ESCAPE with multiple modal dialogs.
* Position: Apply IE6 line-height workaround to deprecated tests, tooJörn Zaefferer2012-05-071-2/+2
|
* Position tests: Work around IE6 bug with forced heights on small elements.Scott González2012-05-041-2/+2
|
* Tabs tests: Work around IE quirks.Scott González2012-05-041-3/+15
|
* Core tests: Fix double focus in IEJörn Zaefferer2012-05-041-0/+2
|
* Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵Jörn Zaefferer2012-04-301-1/+1
| | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet.
* Effects tests: Added TODO for disabled test.Scott González2012-04-301-1/+1
|
* Effects Tests: Disabling focus based test - need some help here @scottgonzalezCorey Frang2012-04-301-1/+2
|
* Effects: Updating unit tests to use some more stable logic hopefullyCorey Frang2012-04-301-26/+67
|
* Tests: LintingCorey Frang2012-04-301-1/+1
|
* Tests: Run JSHint.Scott González2012-04-295-6/+25
|
* Core tests: Coding standards.Scott González2012-04-291-30/+25
|
* target variable is already definedLukasz Lipinski2012-04-271-1/+0
|
* Partial revert to fix IE6 regression in 258a637Richard D. Worth2012-04-261-1/+1
|
* Position: Fix markup for deprecated tests. Insert/remove some new lines to ↵Jörn Zaefferer2012-04-262-16/+6
| | | | make comparision to position.html trivial
* tests visual position: minor refactorRichard D. Worth2012-04-263-45/+45
|
* Fix various issues in our html files, fifth batchRichard D. Worth2012-04-269-50/+119
|
* Merge branch 'position-notification'Jörn Zaefferer2012-04-2410-16/+358
|\
| * Position: Fix scrollbar calculcation to correctly take overflow:scroll into ↵Jörn Zaefferer2012-04-243-2/+63
| | | | | | | | account, along with unit tests
| * Position: Extend unit test for using to check feedback propertiesJörn Zaefferer2012-04-241-4/+26
| |
| * Merge branch 'master' into position-notificationScott González2012-04-2389-1455/+892
| |\ | | | | | | | | | | | | Conflicts: tests/unit/position/position_core_within.js
| * | Position visual tests: Cleanup.Scott González2012-04-202-138/+143
| | |
| * | Merge branch 'master' into position-notificationScott González2012-04-2083-1370/+1440
| |\ \
| * | | Position: Use offsets for all calculations in feedback API.Scott González2012-04-201-1/+1
| | | |
| * | | Position: Expose target and element dimensions to allow further ↵Jörn Zaefferer2012-04-132-6/+111
| | | | | | | | | | | | | | | | customization, like calculating the angle between the two elements