diff options
author | Ariel Flesler <aflesler@gmail.com> | 2008-05-28 20:19:18 +0000 |
---|---|---|
committer | Ariel Flesler <aflesler@gmail.com> | 2008-05-28 20:19:18 +0000 |
commit | 52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1 (patch) | |
tree | 2f000ae079f3f722149059f72a81c7e6b00f5dcd /test/index.html | |
parent | 6bf51eea0489149c755f12007b585dc5521b46d3 (diff) | |
download | jquery-52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1.tar.gz jquery-52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1.zip |
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 9cc6e6251..558c0f7fd 100644 --- a/test/index.html +++ b/test/index.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery Test Suite</title> <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> - <!-- --> + <!-- Includes --> <script type="text/javascript">var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script> <script type="text/javascript" src="../dist/jquery.js"></script> <script type="text/javascript" src="data/testrunner.js"></script> |