mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core Tests: Moved ARIA tests out of selectors module.
This commit is contained in:
parent
8dc3f8d643
commit
d942907043
@ -53,7 +53,9 @@ test("tabbable - tabindex", function() {
|
||||
ok(!$('#input4-4').is(':tabbable'), 'input, tabindex -50');
|
||||
});
|
||||
|
||||
test("aria", function() {
|
||||
module('jQuery extensions');
|
||||
|
||||
test("attr - aria", function() {
|
||||
expect(4);
|
||||
|
||||
ok(!$('#aria').attr('role'), 'role is empty via attr');
|
||||
|
Loading…
Reference in New Issue
Block a user