diff options
author | John Resig <jeresig@gmail.com> | 2009-01-19 18:09:11 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-19 18:09:11 +0000 |
commit | 8e8d7ade434de3d79cc6145f370866f297a07b54 (patch) | |
tree | b18532180949b3a05fbd0cbf071d6a7eaba456b3 /test/index.html | |
parent | cde93dc547dc5f65df86a3da036677aa53e660e2 (diff) | |
download | jquery-8e8d7ade434de3d79cc6145f370866f297a07b54.tar.gz jquery-8e8d7ade434de3d79cc6145f370866f297a07b54.zip |
Merged some recent fixes in from Sizzle.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
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 --> |