diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-17 14:08:52 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-17 14:12:05 -0400 |
commit | 68cc3ad730c864afb653971b1353bf5160116c08 (patch) | |
tree | 63bf97e87c7a08b8e36b7466a38326d23a674c19 /test/index.html | |
parent | ecf6a3c3831ae6afef6273c06e53ee7710877125 (diff) | |
download | jquery-68cc3ad730c864afb653971b1353bf5160116c08.tar.gz jquery-68cc3ad730c864afb653971b1353bf5160116c08.zip |
Update QUnit, fix visibility of #dl and pass JSLint in effects.js
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 625562722..b19673d99 100644 --- a/test/index.html +++ b/test/index.html @@ -60,7 +60,7 @@ </div> <!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves --> <iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe> - <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;"> + <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px"> <div id="qunit-fixture"> <p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p> <p id="ap"> |