Changeset 5519 for trunk/plugins/form/test/index.html
- Timestamp:
- 05/08/08 19:51:04 (4 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/form/test/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/form/test/index.html
r4650 r5519 9 9 10 10 <!-- load testrunner from jquery project --> 11 <script type="text/javascript" src="../../../jquery/test/data/testrunner.js"></script>11 <script type="text/javascript" src="../../../qunit/testrunner.js"></script> 12 12 13 13 <!-- load form.js (this is what we're testing! --> 14 14 <script type="text/javascript" src="../jquery.form.js"></script> 15 16 <link rel="Stylesheet" media="screen" href="../../../jquery/test/data/testsuite.css" /> 15 <link rel="Stylesheet" media="screen" href="../../../qunit/testsuite.css" /> 17 16 18 17 <script> … … 814 813 </head> 815 814 <body id="body"> 816 <h1 id="banner">jQuery form.js - Test Suite</h1> 815 <h1 id="header">jQuery form.js - Test Suite</h1> 816 <h2 id="banner"></h2> 817 817 <h2 id="userAgent"></h2> 818 818
