mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 07:17:56 -05:00
Core Tests: Moved ARIA tests out of selectors module.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user