summaryrefslogtreecommitdiffstats
path: root/tests/unit/core/selector.js
Commit message (Collapse)AuthorAgeFilesLines
* core tests: a few comments about failing tests, a few fixes for existing ↵Jörn Zaefferer2009-09-151-6/+10
| | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core
* rename modules for testswarm compabilityJörn Zaefferer2009-09-011-1/+1
|
* Core tests: Tests for :data selector.Scott González2009-01-221-1/+58
|
* Core: Partial fix for #3559: Proper implementation for :focusable and ↵Scott González2009-01-211-0/+184
:tabbable selectors.