mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>jQuery Mobile Core Test Suite</title>
|
|
|
|
<script type="text/javascript" src="../../../js/jquery.js"></script>
|
|
<script src="../jquery.setNameSpace.js"></script>
|
|
<script type="text/javascript" src="../../../external/qunit.js"></script>
|
|
<script type="text/javascript" src="../../../js/"></script>
|
|
<!-- added explicitly for library reloading (see testHelper ) -->
|
|
<script type="text/javascript" src="../../../js/jquery.mobile.core.js"></script>
|
|
<script type="text/javascript" src="../../jquery.testHelper.js"></script>
|
|
<link rel="stylesheet" href="../../../themes/default" />
|
|
<link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/>
|
|
|
|
<script type="text/javascript" src="core.js"></script>
|
|
<script type="text/javascript" src="core_scroll.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="qunit-header">jQuery Mobile Core Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests">
|
|
</ol>
|
|
|
|
<div data-nstest-role="page">
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|