Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / tests / unit / navigation / base-tests / content / content-page-1.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         </head>
5 <body>
6         <div id="content-page-1" data-nstest-role="page">
7         <a href="content-page-2.html" class="cp2">Content Page 2</a>
8         <a href="../app-base/base-page-1.html" class="bp1">Base Page 1</a>
9         <a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
10         <a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11         <img src="images/content-page-1.png">
12
13                 <form>
14                         <input type="hidden" name="foo" value="1">
15                         <input type="hidden" name="bar" value="2">
16                 </form>
17         </div>
18 </body>
19 </html>