Merged some recent fixes in from Sizzle.

This commit is contained in:
John Resig 2009-01-19 18:09:11 +00:00
parent cde93dc547
commit 8e8d7ade43
3 changed files with 68 additions and 46 deletions

View file

@ -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 -->