forked from jquery-archive/jquery-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 1.26 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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="../../../css/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>