Skip to content

Commit

Permalink
Core tests: Fixed object element for focusable/tabbable tests. Fixes …
Browse files Browse the repository at this point in the history
…#4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
  • Loading branch information
scottgonzalez committed Sep 2, 2010
1 parent 23d4eb5 commit 0ab54d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/core/core.html
Expand Up @@ -66,7 +66,7 @@ <h2 id="qunit-userAgent"></h2>
<option>option</option>
</select>
<textarea id="visibleAncestor-textarea">x</textarea>
<object id="visibleAncestor-object">xxx</object>
<object id="visibleAncestor-object" codebase="about:blank">xxx</object>
<a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
<a id="visibleAncestor-anchorWithoutHref">anchor</a>
<span id="visibleAncestor-span">x</span>
Expand Down

0 comments on commit 0ab54d8

Please sign in to comment.