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.

This commit is contained in:
Ariel Flesler 2008-05-28 20:19:18 +00:00
parent 6bf51eea04
commit 52fbe5d2a8
13 changed files with 10016 additions and 2 deletions

View file

@ -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>