Skip to content

Commit d8c6c32

Browse files
committed
Core tests: Reordered some elements to avoid some bug in IE.
1 parent cf545b8 commit d8c6c32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/core/core.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ <h2 id="qunit-userAgent"></h2>
9898
<span tabindex="1" id="visibilityHiddenAncestor-span">.</span>
9999
</div>
100100

101-
<input id="displayNone-input" style="display: none;" />
102-
<input id="visibilityHidden-input" style="visibility: hidden;" />
103-
104101
<span tabindex="1" id="displayNone-span" style="display: none;">.</span>
105102
<span tabindex="1" id="visibilityHidden-span" style="visibility: hidden;">.</span>
103+
104+
<input id="displayNone-input" style="display: none;" />
105+
<input id="visibilityHidden-input" style="visibility: hidden;" />
106106
</div>
107107

108108
<div>

0 commit comments

Comments
 (0)