123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!doctype html>
- <html>
- <head>
- <title>QUnit Test Suite</title>
- <link rel="stylesheet" href="http://github.com/jquery/qunit/raw/master/qunit/qunit.css" type="text/css" media="screen">
- <script type="text/javascript" src="http://github.com/jquery/qunit/raw/master/qunit/qunit.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <!-- note: no jquery ui is included. we have tests to ensure jsplumb still loads. -->
- <script type="text/javascript" src="../js/1.2.6/jsPlumb-1.2.6-RC1.js"></script>
- <script type="text/javascript" src="../js/1.2.6/jsPlumb-defaults-1.2.6-RC1.js"></script>
- <script type="text/javascript" src="../js/1.2.6/jquery.jsPlumb-1.2.6-RC1.js"></script>
- <script type="text/javascript" src="../js/1.2.6/jsBezier-0.2-min.js"></script>
-
- <script type="text/javascript" src="../js/1.2.6/jsPlumb-1.2.6-tests.js"></script>
- </head>
- <body>
- <h1 id="qunit-header">QUnit Test Suite</h1>
- <h2 id="qunit-banner"></h2>
- <div id="qunit-testrunner-toolbar"></div>
- <h2 id="qunit-userAgent"></h2>
- <ol id="qunit-tests"></ol>
-
- <!-- Start of StatCounter Code -->
- <script type="text/javascript">
- var sc_project=5700644;
- var sc_invisible=1;
- var sc_partition=71;
- var sc_click_stat=1;
- var sc_security="1cb90164";
- </script>
- <script type="text/javascript"
- src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
- class="statcounter"><a title="counter for wordpress"
- href="http://www.statcounter.com/wordpress.org/"
- target="_blank"><img class="statcounter"
- src="http://c.statcounter.com/5700644/0/1cb90164/1/"
- alt="counter for wordpress" ></a></div></noscript>
- <!-- End of StatCounter Code -->
- </body>
- </html>
|