Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
input-placeholder-visibility-2-expected.html
blob: 9616f61e90449fce97da1d3fd9783f9aea9db62b [
file
] [
log
] [
blame
]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
</head>
<body>
<p>
Focus field with a placeholder, then type.
</p>
<div>
<input
id
=
i1
value
=
"Text"
>
<script>
document
.
getElementById
(
'i1'
).
setSelectionRange
(
4
,
4
);
</script>
</body>
</html>