Skip to content
Permalink
Browse files
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.
  • Loading branch information
flesler committed May 28, 2008
1 parent 6bf51ee commit 52fbe5d
Show file tree
Hide file tree
Showing 13 changed files with 10,016 additions and 2 deletions.
@@ -114,4 +114,16 @@ div.chain.test div { background: green; }
div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }

div#show-tests * { display: none; }
div#show-tests * { display: none; }

form.otherlibs{
margin: 20px 0 0 30px;
}
form.otherlibs label{
display:block;
margin: 5px 0 5px 30px;
}
form.otherlibs input.submit{
margin:30px 0 0 0;

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

0 comments on commit 52fbe5d

Please sign in to comment.