2011-07-17 18:52:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<title>jQuery Mobile Init Test Suite</title>
|
2011-07-17 20:29:05 +00:00
|
|
|
<!-- meta viewport left out on purpose for test append -->
|
2012-01-20 01:10:32 +00:00
|
|
|
<script src="../../../js/jquery.tag.inserter.js"></script>
|
2011-07-17 18:52:49 +00:00
|
|
|
<script src="../jquery.setNameSpace.js"></script>
|
|
|
|
|
<script src="../../../js/"></script>
|
2011-07-17 20:29:05 +00:00
|
|
|
<script src="../../../external/qunit.js"></script>
|
|
|
|
|
<script src="../../jquery.testHelper.js"></script>
|
|
|
|
|
<script src="init_core_nopage.js"></script>
|
2012-01-10 21:35:08 +00:00
|
|
|
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
|
2011-07-17 20:29:05 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
2011-10-04 17:54:00 +00:00
|
|
|
<script src="../swarminject.js"></script>
|
|
|
|
|
|
2011-07-17 20:29:05 +00:00
|
|
|
<style>
|
|
|
|
|
[data-nstest-role="page"], [data-nstest-role="dialog"] {
|
|
|
|
|
position: static !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2011-07-17 18:52:49 +00:00
|
|
|
</head>
|
|
|
|
|
|
2011-07-17 20:29:05 +00:00
|
|
|
<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>
|
2011-07-17 18:52:49 +00:00
|
|
|
|
|
|
|
|
</body>
|
2011-10-04 17:54:00 +00:00
|
|
|
</html>
|