jquery core: reverted qunit introduction until build scripts are updated

This commit is contained in:
Jörn Zaefferer 2008-05-08 21:42:40 +00:00
parent b6bb0d46b6
commit aec0dad980
4 changed files with 449 additions and 4 deletions

View file

@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Offset Test Suite</title>
<link rel="Stylesheet" media="screen" href="../../qunit/testsuite.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<script type="text/javascript" src="../dist/jquery.js"></script>
<script type="text/javascript" src="../../qunit/testrunner.js"></script>
<script type="text/javascript" src="data/testrunner.js"></script>
<script type="text/javascript" src="unit/offset.js"></script>
</head>