2011-08-26 23:53:44 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>jQuery Mobile Navigation Test Suite</title>
|
|
|
|
|
|
|
|
|
|
<script src="../../../js/jquery.js"></script>
|
|
|
|
|
<script src="../jquery.setNameSpace.js"></script>
|
|
|
|
|
<script src="../../../js/"></script>
|
|
|
|
|
<script src="../../../tests/jquery.testHelper.js"></script>
|
|
|
|
|
|
|
|
|
|
|
2011-09-09 01:35:28 +00:00
|
|
|
<link rel="stylesheet" href="../../../themes/default/"/>
|
2011-08-26 23:53:44 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
|
|
|
|
<script src="../../../external/qunit.js"></script>
|
|
|
|
|
|
2011-10-04 17:54:00 +00:00
|
|
|
<script type="text/javascript" src="navigation_dialog_pushstate.js"></script>
|
|
|
|
|
|
|
|
|
|
<script src="../swarminject.js"></script>
|
2011-08-26 23:53:44 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
|
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
|
<ol id="qunit-tests">
|
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
|
<div data-nstest-role="page">
|
|
|
|
|
<a href="#dialog">open the dialog</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="dialog" data-nstest-role="dialog">
|
|
|
|
|
<div data-nstest-role="header" data-nstest-position="inline">
|
|
|
|
|
<h1>Dialog</h1>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|