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
/
1470926.html
blob
9c39710a973fb8647ec9f10738db7dd33bebb5d5
1
<script>
2
function
go
() {
3
a
.
select
();
4
a
.
setAttribute
(
"hidden"
,
""
);
5
a
.
setRangeText
(
"f"
);
6
}
7
</script>
8
<body
onload=go()
>
9
<textarea
id
=
"a"
>
-
</textarea>