repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset deff068cb017 (bug 1849369) for marionette dialog related failure...
[gecko.git]
/
editor
/
reftests
/
1443902-2-ref.html
blob
727ed76ea9b9cbf0d85ece946bd944fe73a14cb8
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
function
init
()
6
{
7
document
.
getElementById
(
"t1"
).
focus
();
8
document
.
getElementById
(
"t1"
).
setSelectionRange
(
4
,
4
);
9
}
10
</script>
11
</head>
12
<body
onload
=
"init()"
>
13
<div
id
=
"d1"
>
14
<input
type
=
"text"
id=t1
value
=
"ABCD"
>
15
</div>
16
</body>
17
</html>