diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2012-12-11 01:07:07 +0100 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-12-10 21:48:20 -0500 |
commit | 55313d32a22246fa1e09c3d66713632359848806 (patch) | |
tree | a1780b886ee178c357ba77908278199621929b89 /test/index.html | |
parent | d41b983259042d3a07ae785c09f71c68d9ce7c3f (diff) | |
download | jquery-55313d32a22246fa1e09c3d66713632359848806.tar.gz jquery-55313d32a22246fa1e09c3d66713632359848806.zip |
Test: Update index.html to new QUnit format. Close gh-1061.
Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/test/index.html b/test/index.html index a13188b97..45204e27e 100644 --- a/test/index.html +++ b/test/index.html @@ -82,16 +82,9 @@ </head> <body id="body"> - <h1 id="qunit-header"><a href="/jquery/test/index.html">jQuery Test Suite</a></h1> - <h2 id="qunit-banner"></h2> - <div id="qunit-testrunner-toolbar"></div> - <h2 id="qunit-userAgent"></h2> - <ol id="qunit-tests"></ol> + <div id="qunit"></div> <!-- Test HTML --> - <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv"> - <div id="nothiddendivchild"></div> - </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;width:1px"> @@ -110,6 +103,9 @@ <p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p> </div> + <div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv"> + <div id="nothiddendivchild"></div> + </div> <span id="name+value"></span> <p id="first">Try them out:</p> <ul id="firstUL"></ul> |