qunit.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>QUnit Test Suite</title>
  5. <link rel="stylesheet" href="http://github.com/jquery/qunit/raw/master/qunit/qunit.css" type="text/css" media="screen">
  6. <script type="text/javascript" src="http://github.com/jquery/qunit/raw/master/qunit/qunit.js"></script>
  7. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  8. <!-- note: no jquery ui is included. we have tests to ensure jsplumb still loads. -->
  9. <script type="text/javascript" src="../js/1.2.5/jsPlumb-1.2.5-RC1.js"></script>
  10. <script type="text/javascript" src="../js/1.2.5/jsPlumb-defaults-1.2.5-RC1.js"></script>
  11. <script type="text/javascript" src="../js/1.2.5/jquery.jsPlumb-1.2.5-RC1.js"></script>
  12. <script type="text/javascript" src="../js/1.2.5/jsBezier-0.1.js"></script>
  13. <script type="text/javascript" src="../js/jsPlumb-tests.js"></script>
  14. </head>
  15. <body>
  16. <h1 id="qunit-header">QUnit Test Suite</h1>
  17. <h2 id="qunit-banner"></h2>
  18. <div id="qunit-testrunner-toolbar"></div>
  19. <h2 id="qunit-userAgent"></h2>
  20. <ol id="qunit-tests"></ol>
  21. <!-- Start of StatCounter Code -->
  22. <script type="text/javascript">
  23. var sc_project=5700644;
  24. var sc_invisible=1;
  25. var sc_partition=71;
  26. var sc_click_stat=1;
  27. var sc_security="1cb90164";
  28. </script>
  29. <script type="text/javascript"
  30. src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
  31. class="statcounter"><a title="counter for wordpress"
  32. href="http://www.statcounter.com/wordpress.org/"
  33. target="_blank"><img class="statcounter"
  34. src="http://c.statcounter.com/5700644/0/1cb90164/1/"
  35. alt="counter for wordpress" ></a></div></noscript>
  36. <!-- End of StatCounter Code -->
  37. </body>
  38. </html>