aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-09-29 21:34:12 +0000
committerJohn Resig <jeresig@gmail.com>2009-09-29 21:34:12 +0000
commitb0306cc3a662edf9675cd16081ff0e81b2a0f587 (patch)
treec4e3caee8aadf485ac7b15e5de2904a8b060dda1 /test/index.html
parentdfeb8140facfe840e4c16768b54435e04c29851b (diff)
downloadjquery-b0306cc3a662edf9675cd16081ff0e81b2a0f587.tar.gz
jquery-b0306cc3a662edf9675cd16081ff0e81b2a0f587.zip
Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/index.html b/test/index.html
index 887609da8..164e524c3 100644
--- a/test/index.html
+++ b/test/index.html
@@ -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>