Core Tests: Moved ARIA tests out of selectors module.

This commit is contained in:
Scott González 2008-11-07 13:49:23 +00:00
parent 8dc3f8d643
commit d942907043

View File

@ -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');