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 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git]
/
editor
/
libeditor
/
crashtests
/
1128787.html
blob
fc6bff0972c877cb73c8242ba2ab1e46762a18c9
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Bug
1128787
</title>
5
</head>
6
<body>
7
<input
type
=
"button"
/>
8
<script>
9
window
.
onload
=
function
() {
10
document
.
designMode
=
"on"
;
11
}
12
var
input
=
document
.
getElementsByTagName
(
"input"
)[
0
];
13
input
.
focus
();
14
input
.
type
=
"text"
;
15
</script>
16
</body>
17
</html>