index.html 941 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="libs/qunit.css" type="text/css" media="screen" />
  5. <!--[if lt IE 9]>
  6. <script type="text/javascript" src="../libs/flashcanvas.js"></script>
  7. <![endif]-->
  8. </head>
  9. <body>
  10. <h1 id="qunit-header">QUnit example</h1>
  11. <h2 id="qunit-banner"></h2>
  12. <div id="qunit-testrunner-toolbar"></div>
  13. <h2 id="qunit-userAgent"></h2>
  14. <ol id="qunit-tests"></ol>
  15. <div id="qunit-fixture">test markup, will be hidden</div>
  16. <div id="signature"></div>
  17. <script src="../libs/jquery.js"></script>
  18. <script type="text/javascript">
  19. window.jSignatureDebug = {};
  20. </script>
  21. <script src="../libs/jSignature.min.js"></script>
  22. <script src="libs/qunit.js"></script>
  23. <script type="text/javascript">
  24. curl = {
  25. baseUrl: './'
  26. // pluginPath: 'for/some/reason/plugins/r/here',
  27. , apiName: 'require'
  28. };
  29. </script>
  30. <!-- DID YOU LOSE US? The TESTS ARE HERE -->
  31. <script src="tests.js"></script>
  32. </body>
  33. </html>