Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / testswarm / node_modules / request / node_modules / form-data / node_modules / async / test / test.html
1 <html>
2   <head>
3     <title>Async.js Test Suite</title>
4     <!--
5       async must be included after nodeunit because nodeunit already uses
6       the async lib internally and will overwrite the version we want to test
7     -->
8     <script src="../deps/nodeunit.js"></script>
9     <script src="../lib/async.js"></script>
10     <link rel="stylesheet" href="../deps/nodeunit.css" type="text/css" media="screen" />
11     <script>
12       var _async = this.async;
13       this.require = function () { return _async; };
14       this.exports = {};
15     </script>
16     <script src="test-async.js"></script>
17   </head>
18   <body>
19     <h1 id="nodeunit-header">Async.js Test Suite</h1>
20     <script>
21       nodeunit.run({'test-async': exports});
22     </script>
23   </body>
24 </html>