summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/html/inputmethod.html
blob: dc9140f9d5b54b728e53356ad1ddffb1f6d5023a (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Basic Page For Input Method Testing</title>
</head>
<body>
<h1>Basic page</h1>
<input id="inputField" />
<input id="emailInputField" type="email" />
<div id="editableDiv" contenteditable></div>
</body>
</html>