diff options
-rw-r--r-- | tests/core.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/core.js b/tests/core.js index ce28aea4e..6c701de41 100644 --- a/tests/core.js +++ b/tests/core.js @@ -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'); |