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
/
textarea-placeholder-visibility-3-expected.html
blob
8063036f38d72a7320f7e8f543f1b035f73f542a
1
<!DOCTYPE
HTML PUBLIC
"-//IETF//DTD HTML//EN"
>
2
<html>
3
<head>
4
</head>
5
<body>
6
<p
id
=
"description"
>
Focus field with a placeholder, then type.
</p>
7
<div>
8
<textarea
id=i1
>
Text
</textarea>
9
<script>
10
var
i1
=
document
.
getElementById
(
'i1'
);
11
i1
.
focus
();
12
i1
.
setSelectionRange
(
4
,
4
);
13
</script>
14
</body>
15
</html>