Skip to content

Commit 0ab54d8

Browse files
committed
Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.
1 parent 23d4eb5 commit 0ab54d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/core/core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 id="qunit-userAgent"></h2>
6666
<option>option</option>
6767
</select>
6868
<textarea id="visibleAncestor-textarea">x</textarea>
69-
<object id="visibleAncestor-object">xxx</object>
69+
<object id="visibleAncestor-object" codebase="about:blank">xxx</object>
7070
<a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
7171
<a id="visibleAncestor-anchorWithoutHref">anchor</a>
7272
<span id="visibleAncestor-span">x</span>

0 commit comments

Comments
 (0)