diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-01-30 20:05:39 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-01-30 20:37:13 -0500 |
commit | f3ce0e696d41130e27ad06ae33a63057a2cace28 (patch) | |
tree | 367b8ec73f48aa51d8af88f7e31f1d7971299a29 /test/index.html | |
parent | f5110cdec0b0e7ee353fd55187e87a2648fe0eba (diff) | |
download | jquery-f3ce0e696d41130e27ad06ae33a63057a2cace28.tar.gz jquery-f3ce0e696d41130e27ad06ae33a63057a2cace28.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"> |