aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-01-19 18:09:11 +0000
committerJohn Resig <jeresig@gmail.com>2009-01-19 18:09:11 +0000
commit8e8d7ade434de3d79cc6145f370866f297a07b54 (patch)
treeb18532180949b3a05fbd0cbf071d6a7eaba456b3 /test/index.html
parentcde93dc547dc5f65df86a3da036677aa53e660e2 (diff)
downloadjquery-8e8d7ade434de3d79cc6145f370866f297a07b54.tar.gz
jquery-8e8d7ade434de3d79cc6145f370866f297a07b54.zip
Merged some recent fixes in from Sizzle.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index cd5a247a9..e47a852c8 100644
--- a/test/index.html
+++ b/test/index.html
@@ -29,7 +29,7 @@
<h2 id="userAgent"></h2>
<!-- Test HTML -->
- <div id="nothiddendiv" style="height:1px;background:white;">
+ <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
<div id="nothiddendivchild"></div>
</div>
<!-- this iframe is outside the #main so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->