diff options
author | John Resig <jeresig@gmail.com> | 2009-09-29 21:40:17 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-09-29 21:40:17 +0000 |
commit | b996026e383eae34dd52824dda5bbe029e2eda51 (patch) | |
tree | 99df9c0d32244a28204ef9d26e3bc47452ce0a1b /test/index.html | |
parent | b0306cc3a662edf9675cd16081ff0e81b2a0f587 (diff) | |
download | jquery-b996026e383eae34dd52824dda5bbe029e2eda51.tar.gz jquery-b996026e383eae34dd52824dda5bbe029e2eda51.zip |
Adapted the jQuery test suite to handle the toolbar moving inline.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 164e524c3..b969c28dd 100644 --- a/test/index.html +++ b/test/index.html @@ -29,6 +29,7 @@ <body id="body"> <h1 id="header">jQuery Test Suite</h1> <h2 id="qunit-banner"></h2> + <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <!-- Test HTML --> |