mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 14:30:28 +00:00
51 lines
1.3 KiB
HTML
51 lines
1.3 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 Textinput Test Suite</title>
|
|
|
|
<script src="../../../js/jquery.js"></script>
|
|
<script src="../jquery.setNameSpace.js"></script>
|
|
<script src="../../jquery.testHelper.js"></script>
|
|
<script src="../../../external/qunit.js"></script>
|
|
<script src="../../../js/"></script>
|
|
<link rel="stylesheet" href="../../../themes/default" />
|
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
|
|
|
<script src="textinput_core.js"></script>
|
|
|
|
<script src="../swarminject.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 id="qunit-header">jQuery Mobile Textinput Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests">
|
|
</ol>
|
|
|
|
<div data-nstest-role="page">
|
|
<input name="" id="typeless-input" />
|
|
<textarea class="should-be-native"></textarea>
|
|
|
|
<textarea id="reference-autogrow">
|
|
</textarea>
|
|
|
|
<textarea id="init-autogrow">
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
Place holder text
|
|
</textarea>
|
|
|
|
<textarea id="keyup-autogrow">
|
|
</textarea>
|
|
</div>
|
|
</body>
|
|
</html>
|