]> source.dussan.org Git - jquery-ui.git/commitdiff
Core Tests: Moved ARIA tests out of selectors module.
authorScott González <scott.gonzalez@gmail.com>
Fri, 7 Nov 2008 13:49:23 +0000 (13:49 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 7 Nov 2008 13:49:23 +0000 (13:49 +0000)
tests/core.js

index ce28aea4e29fc9ee4fdf07337aba0cdc22fac566..6c701de41e36ab6218f99ee9c99e358808b3882d 100644 (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');