diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-01-30 20:09:56 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-01-30 20:09:56 -0500 |
commit | 1e1ea2c44fdca57c64a02aedee57b9bd0582e34c (patch) | |
tree | da8ab667cc6d26792c572395a1dcaaed0892acaa /test/index.html | |
parent | 1bbe2b1ded24edf7bf7b18512aff4148591803da (diff) | |
download | jquery-1e1ea2c44fdca57c64a02aedee57b9bd0582e34c.tar.gz jquery-1e1ea2c44fdca57c64a02aedee57b9bd0582e34c.zip |
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #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 cedbb8282..918d7d2d7 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;height:1px"> + <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"> |