mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 14:30:28 +00:00
31 lines
901 B
HTML
31 lines
901 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>jQuery Mobile Init Test Suite</title>
|
|
<!-- meta viewport left out on purpose for test append -->
|
|
<script src="../../../js/jquery.js"></script>
|
|
<script src="../jquery.setNameSpace.js"></script>
|
|
<script src="../../../js/"></script>
|
|
<script src="../../../external/qunit.js"></script>
|
|
<script src="../../jquery.testHelper.js"></script>
|
|
<script src="init_core_nopage.js"></script>
|
|
<link rel="stylesheet" href="../../../themes/default" />
|
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
|
<script src="../swarminject.js"></script>
|
|
|
|
<style>
|
|
[data-nstest-role="page"], [data-nstest-role="dialog"] {
|
|
position: static !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<h1 id="qunit-header">jQuery Mobile Init Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests">
|
|
</ol>
|
|
|
|
</body>
|
|
</html>
|