Skip to content

Commit

Permalink
Core tests: Reordered some elements to avoid some bug in IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 2, 2010
1 parent cf545b8 commit d8c6c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/core/core.html
Expand Up @@ -98,11 +98,11 @@ <h2 id="qunit-userAgent"></h2>
<span tabindex="1" id="visibilityHiddenAncestor-span">.</span>
</div>

<input id="displayNone-input" style="display: none;" />
<input id="visibilityHidden-input" style="visibility: hidden;" />

<span tabindex="1" id="displayNone-span" style="display: none;">.</span>
<span tabindex="1" id="visibilityHidden-span" style="visibility: hidden;">.</span>

<input id="displayNone-input" style="display: none;" />
<input id="visibilityHidden-input" style="visibility: hidden;" />
</div>

<div>
Expand Down

0 comments on commit d8c6c32

Please sign in to comment.