diff options
author | John Resig <jeresig@gmail.com> | 2009-09-29 22:48:25 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-09-29 22:48:25 +0000 |
commit | 805832afc7b7e6d1cc199949d0bfdd3ea21d94a3 (patch) | |
tree | 467544e42d65ad38c67f44699b582eb7ecf3f5b1 /test/index.html | |
parent | 3b5de9df40249575ba575b63a0856d6f48c8382a (diff) | |
download | jquery-805832afc7b7e6d1cc199949d0bfdd3ea21d94a3.tar.gz jquery-805832afc7b7e6d1cc199949d0bfdd3ea21d94a3.zip |
Updated the jQuery suite to use the updated QUnit CSS styling.
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 755757f77..adf176284 100644 --- a/test/index.html +++ b/test/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html" class="qunit"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery Test Suite</title> @@ -25,7 +25,7 @@ </head> <body id="body"> - <h1 id="header">jQuery Test Suite</h1> + <h1 id="qunit-header">jQuery Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> |