From d942907043e6e2e08217ea99e258fca72cfb7699 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 7 Nov 2008 13:49:23 +0000 Subject: [PATCH] Core Tests: Moved ARIA tests out of selectors module. --- tests/core.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'); -- 2.39.5