mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-20 07:50:27 +00:00
45 lines
1.2 KiB
HTML
45 lines
1.2 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 type="text/javascript" src="../../../external/qunit.js"></script>
|
|
<script type="text/javascript" src="core_mobileinit.js"></script>
|
|
<script type="text/javascript" src="../../../js/"></script>
|
|
<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>
|
|
|
|
|
|
<style>
|
|
[data-role='page'], [data-role='dialog']{
|
|
position: absolute;
|
|
top: -10000px;
|
|
left: -10000px;
|
|
}
|
|
|
|
/* maintain styling */
|
|
.ui-mobile-viewport {
|
|
margin: 8px;
|
|
}
|
|
</style>
|
|
|
|
<div data-role="page">
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|