Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / tests / unit / navigation / push-state-disabled-base-tests.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4   <!-- forces the base-tests into a push state disabled run and allows for
5        the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
6        test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
7         <script src="../../../js/jquery.js"></script>
8         <script src="../../jquery.testHelper.js"></script>
9         <script type="text/javascript">
10                 $.testHelper.pushStateRedirect( "base-tests.html" );
11         </script>
12 </head>
13 <body>
14 </body>
15 </html>