1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="stylesheet" href="libs/qunit.css" type="text/css" media="screen" />
- <!--[if lt IE 9]>
- <script type="text/javascript" src="../libs/flashcanvas.js"></script>
- <![endif]-->
- </head>
- <body>
- <h1 id="qunit-header">QUnit example</h1>
- <h2 id="qunit-banner"></h2>
- <div id="qunit-testrunner-toolbar"></div>
- <h2 id="qunit-userAgent"></h2>
- <ol id="qunit-tests"></ol>
- <div id="qunit-fixture">test markup, will be hidden</div>
-
- <div id="signature"></div>
-
- <script src="../libs/jquery.js"></script>
- <script type="text/javascript">
- window.jSignatureDebug = {};
- </script>
- <script src="../libs/jSignature.min.js"></script>
- <script src="libs/qunit.js"></script>
- <script type="text/javascript">
- curl = {
- baseUrl: './'
- // pluginPath: 'for/some/reason/plugins/r/here',
- , apiName: 'require'
- };
- </script>
- <!-- DID YOU LOSE US? The TESTS ARE HERE -->
- <script src="tests.js"></script>
- </body>
- </html>
|