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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
input-placeholder-visibility-2-expected.html
blob
fe4dbf77e1db26d59196840f3fcb65efa103433b
1
<!DOCTYPE
HTML PUBLIC
"-//IETF//DTD HTML//EN"
>
2
<html>
3
<head>
4
</head>
5
<body>
6
<p>
Focus field with a placeholder, then type.
</p>
7
<div>
8
<input
id=i1
value
=
"Text"
>
9
<script>
10
document
.
getElementById
(
'i1'
).
focus
();
11
document
.
getElementById
(
'i1'
).
setSelectionRange
(
4
,
4
);
12
</script>
13
</body>
14
</html>