Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
third_party
/
blink
/
renderer
/
core
/
testing
/
data
/
editable_elements.html
blob: 4a44087e4b2930bda1bb3cfe97a55bfb6e924aa8 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<input>
<input>
<input>
<input
type
=
"number"
>
<p
contenteditable
=
"true"
>
blabla
</p>
<button></button>
<script>
document
.
querySelector
(
'input'
).
focus
();
</script>
</body>