aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core/core.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-15 08:35:46 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-09-15 08:35:46 +0000
commit09fd7fc1fa204a63bc3929eac5f082a599bab0d0 (patch)
treeeed8cd1961594446b1493826d1636ba91d3a4b37 /tests/unit/core/core.html
parentb9b604936e29c3d6a5a50f75460eb3c98ee80f30 (diff)
downloadjquery-ui-09fd7fc1fa204a63bc3929eac5f082a599bab0d0.tar.gz
jquery-ui-09fd7fc1fa204a63bc3929eac5f082a599bab0d0.zip
core tests: a few comments about failing tests, a few fixes for existing tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core
Diffstat (limited to 'tests/unit/core/core.html')
-rw-r--r--tests/unit/core/core.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index f3115ca4f..6be62130b 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -24,22 +24,22 @@
<input type="radio" id="visibleAncestor-inputTypeRadio" />
<input type="button" id="visibleAncestor-inputTypeButton" />
<input type="hidden" id="visibleAncestor-inputTypeHidden" />
- <button id="visibleAncestor-button"></button>
+ <button id="visibleAncestor-button">x</button>
<select id="visibleAncestor-select">
<option>option</option>
</select>
- <textarea id="visibleAncestor-textarea"></textarea>
- <object id="visibleAncestor-object"></object>
+ <textarea id="visibleAncestor-textarea">x</textarea>
+ <object id="visibleAncestor-object">xxx</object>
<a href="#" id="visibleAncestor-anchorWithHref">anchor</a>
<a id="visibleAncestor-anchorWithoutHref">anchor</a>
<map>
<area href="#" id="visibleAncestor-areaWithHref" alt="" />
<area id="visibleAncestor-areaWithoutHref" alt="" />
</map>
- <span id="visibleAncestor-span"></span>
- <div id="visibleAncestor-div"></div>
- <span id="visibleAncestor-spanWithTabindex" tabindex="1"></span>
- <div id="visibleAncestor-divWithNegativeTabindex" tabindex="-1"></div>
+ <span id="visibleAncestor-span">x</span>
+ <div id="visibleAncestor-div">x</div>
+ <span id="visibleAncestor-spanWithTabindex" tabindex="1">x</span>
+ <div id="visibleAncestor-divWithNegativeTabindex" tabindex="-1">x</div>
</div>
<div>