mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
36 lines
1 KiB
HTML
36 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>jQuery Mobile Button 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>
|
|
|
|
|
|
<link rel="stylesheet" href="../../../themes/default/"/>
|
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
|
<script src="../../../external/qunit.js"></script>
|
|
|
|
<script src="button_core.js"></script>
|
|
|
|
<script src="../swarminject.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">jQuery Mobile Button Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests">
|
|
</ol>
|
|
|
|
<div data-nstest-role="page" data-nstest-theme="a">
|
|
<div data-nstest-role="content" data-nstest-theme="p">
|
|
<button class="should-be-native">foo</button>
|
|
<button id="enhanced">bar</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|