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
Bug 1835241 - Part 6: Use the same parameter names at definition and declaration...
[gecko.git]
/
editor
/
reftests
/
1443902-3-ref.html
blob
1dd669016bb7362e02e8268df2d17914612f8c46
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
function
init
()
6
{
7
document
.
getElementById
(
"t1"
).
focus
();
8
document
.
getElementById
(
"t1"
).
setSelectionRange
(
0
,
1
);
9
}
10
</script>
11
</head>
12
<body
onload
=
"init()"
>
13
<div>
14
<input
type
=
"text"
id=t1
value
=
"ABCD"
readonly
>
15
</div>
16
</body>
17
</html>