diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-17 02:43:57 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-17 02:43:57 -0400 |
commit | ecf6a3c3831ae6afef6273c06e53ee7710877125 (patch) | |
tree | 6ac81b146fc25e917d9563094739861527e12920 /test/index.html | |
parent | 5d70c6d797af15641a8e562cf5b3d022a1bdda25 (diff) | |
download | jquery-ecf6a3c3831ae6afef6273c06e53ee7710877125.tar.gz jquery-ecf6a3c3831ae6afef6273c06e53ee7710877125.zip |
Switch QUnit div from depreceted #main to #qunit-fixture
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index a10655089..625562722 100644 --- a/test/index.html +++ b/test/index.html @@ -58,10 +58,10 @@ <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 --> + <!-- 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;"> - <div id="main"> + <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"> Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, |