2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / event / 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 Event Test Suite</title>
7
8         <script src="../../../js/jquery.tag.inserter.js"></script>
9         <script src="../jquery.setNameSpace.js"></script>
10         <script src="../../../tests/jquery.testHelper.js"></script>
11         <script type="text/javascript">
12                 $.testHelper.setPushState();
13         </script>
14
15         <script src="../../../js/jquery.mobile.define.js"></script>
16         <script src="../../../js/jquery.mobile.event.js"></script>
17         <script src="../../../js/"></script>
18
19
20         <link rel="stylesheet" href="../../../external/qunit.css"/>
21         <script src="../../../external/qunit.js"></script>
22
23         <script src="event_core.js"></script>
24
25         <script src="../swarminject.js"></script>
26 </head>
27 <body>
28
29 <h1 id="qunit-header">jQuery Mobile Event Test Suite</h1>
30 <h2 id="qunit-banner"></h2>
31 <h2 id="qunit-userAgent"></h2>
32 <ol id="qunit-tests">
33 </ol>
34
35 <div id="qunit-fixture"></div>
36
37 <div id="foo" data-nstest-role="page">
38         <a href="#bar" data-nstest-transition="flip"></a>
39 </div>
40
41 </body>
42 </html>