diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-02 10:38:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-02 10:38:45 -0400 |
commit | d8c6c32b87da1eddc4d687e87cc8f914396fbf5f (patch) | |
tree | 1a9146b1ce65e3a7c98ef6da8d7af8e776aca1de /tests | |
parent | cf545b8ff7e0425fa0d2e73d69d69aef2c357a21 (diff) | |
download | jquery-ui-d8c6c32b87da1eddc4d687e87cc8f914396fbf5f.tar.gz jquery-ui-d8c6c32b87da1eddc4d687e87cc8f914396fbf5f.zip |
Core tests: Reordered some elements to avoid some bug in IE.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/core.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index cbd8f6fed..c3643af61 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -98,11 +98,11 @@ <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> |