UnitTest:JQM Unit TC helper has been added,TCs have been modified
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / tests / unit / media / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1">
6         <title>jQuery Mobile Media Test Suite</title>
7
8         <script src="../../../external/requirejs/require.js"></script>
9         <script src="../../../js/jquery.tag.inserter.js"></script>
10         <script src="../jquery.setNameSpace.js"></script>
11         <script src="../../jquery.testHelper.js"></script>
12         <script src="../../../external/qunit.js"></script>
13         <script>
14                 $.testHelper.asyncLoad([
15                         [
16                                 "jquery.mobile.media"
17                         ],
18                         [
19                                 "./media_core.js"
20                         ]
21                 ]);
22         </script>
23
24         <link rel="stylesheet"  href="../../../css/themes/default/jquery.mobile.css" />
25         <link rel="stylesheet" href="../../../external/qunit.css"/>
26
27         <script src="../swarminject.js"></script>
28         <script src="../../../../../../tests/jqm-tchelper/tizen.testHelper.js"></script>
29 </head>
30 <body>
31
32 <h1 id="qunit-header">jQuery Mobile Media Test Suite</h1>
33 <h2 id="qunit-banner"></h2>
34 <h2 id="qunit-userAgent"></h2>
35 <ol id="qunit-tests">
36 </ol>
37
38 <div id="qunit-fixture"></div>
39
40 </body>
41 </html>