repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
input-appearance-autocomplete.html
blob
da7fbe91b64b30eefb73c69b7ea74e808b73b1f1
1
<input
id
=
"input"
>
2
<script>
3
input
.
focus
();
4
internals
.
setSuggestedValue
(
input
,
''
);
5
internals
.
setSuggestedValue
(
input
,
'hello'
);
6
internals
.
setAutofilled
(
input
,
true
);
7
input
.
style
.
width
=
'99px'
;
8
input
.
setSelectionRange
(
0
,
5
);
9
</script>