Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
This commit is contained in:
parent
dfeb8140fa
commit
b0306cc3a6
2 changed files with 11 additions and 11 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
<body id="body">
|
||||
<h1 id="header">jQuery Test Suite</h1>
|
||||
<h2 id="banner"></h2>
|
||||
<h2 id="userAgent"></h2>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
|
||||
<!-- Test HTML -->
|
||||
<div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
|
||||
|
@ -227,6 +227,6 @@ Z</textarea>
|
|||
<div id="fx-tests"></div>
|
||||
</div>
|
||||
|
||||
<ol id="tests"></ol>
|
||||
<ol id="qunit-tests"></ol>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue