UnitTC: Additional unit testcases have been added
[platform/framework/web/web-ui-fw.git] / tests / additional-unit-tests / headerfooter / index.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4                 <script src="../../../build/tizen-web-ui-fw/latest/js/jquery.js"></script>
5                 <script src="../../../build/tizen-web-ui-fw/latest/js/tizen-web-ui-fw-libs.min.js"></script>
6                 <script src="../../../build/tizen-web-ui-fw/latest/js/tizen-web-ui-fw.js"
7                         data-framework-theme="tizen-white"
8                         data-framework-viewport-scale=false>
9                 </script>
10
11                 <link rel="stylesheet" href="../../../libs/js/jquery-mobile-1.2.0/external/qunit.css" />
12                 <script src="../../../libs/js/jquery-mobile-1.2.0/external/qunit.js"></script>
13                 <script src="headerfooter-tests.js"></script>
14                 <title>Header Footer</title>
15         </head>
16
17         <body>
18                 <h1 id="qunit-header">Header Footer</h1>
19                 <h2 id="qunit-banner"></h2>
20                 <div id="qunit-testrunner-toolbar"></div>
21                 <h2 id="qunit-userAgent"></h2>
22                 <ol id="qunit-tests"></ol>
23
24                 <div id="qunit-fixture">
25                         <div data-role="page" id="dummy-page">
26                                 <div data-role="header" data-position="fixed">
27                                         <h1>Dummy</h1>
28                                 </div>
29                                 <div data-role="contents">
30                                 </div>
31                         </div>
32
33                         <div data-role="page" id="headerfooter-unit-test" data-add-back-btn="true">
34                                 <div data-role="header" data-position="fixed">
35                                         <h1>Header Footer</h1>                                  
36                                 </div>
37                                 <div data-role="content" id="headerfooter-content" >                                                            
38                                 </div>
39                                 <div data-role="footer" data-position="fixed">
40                                         <h1>Dummy</h1>
41                                 </div>
42                         </div>
43                 </div>
44                 <div data-role="page" id="headerfooter-unit-test-footer" data-add-back-btn="true">
45                                 <div data-role="contents">
46                                 </div>
47                                 <div data-role="footer" data-position="fixed">
48                                         <h1>Dummy</h1>
49                                 </div>
50                         </div>
51         </body>
52 </html>