Sign in
chromium
/
external
/
WebKit_submodule
/
master
/
.
/
Source
/
WebKit2
/
UIProcess
/
API
/
qt
/
tests
/
html
/
inputmethod.html
blob: dc9140f9d5b54b728e53356ad1ddffb1f6d5023a [
file
] [
log
] [
blame
]
<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>