Skip to content

Commit

Permalink
Partial revert to fix IE6 regression in 258a637
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Apr 26, 2012
1 parent 9938e99 commit 24d06bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/core/core.html
Expand Up @@ -61,7 +61,7 @@ <h2 id="qunit-userAgent"></h2>
<option>option</option>
</select>
<textarea id="visibleAncestor-textarea">x</textarea>
<object id="visibleAncestor-object" data="about:blank" type="text/html">xxx</object>
<object id="visibleAncestor-object" codebase="about:blank" data="about:blank" type="text/html">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 24d06bf

Please sign in to comment.