aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-05-28 20:19:18 +0000
committerAriel Flesler <aflesler@gmail.com>2008-05-28 20:19:18 +0000
commit52fbe5d2a8441c9bca5c2b8b9fa8b2bc388a11c1 (patch)
tree2f000ae079f3f722149059f72a81c7e6b00f5dcd /test/index.html
parent6bf51eea0489149c755f12007b585dc5521b46d3 (diff)
downloadjquery-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.html2
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>