diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-01-21 18:03:07 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-01-21 18:03:07 -0500 |
commit | b326225d9087ee8c5648ace3cf88feab0330353d (patch) | |
tree | 43550eebd93622ed67f1192c52fc6f8e5d61dd8e /test/index.html | |
parent | 372e04e78e81cc8eb868c5fc97f271a695569aa5 (diff) | |
download | jquery-b326225d9087ee8c5648ace3cf88feab0330353d.tar.gz jquery-b326225d9087ee8c5648ace3cf88feab0330353d.zip |
Fix failing tests, add support for empty spans in Opera. Supplements #13132, #10406.
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 45204e27e..9f8edfe20 100644 --- a/test/index.html +++ b/test/index.html @@ -87,7 +87,7 @@ <!-- Test HTML --> <!-- 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;width:1px"> + <dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px;height: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"> |