repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git]
/
editor
/
libeditor
/
html
/
crashtests
/
499844-1.html
blob
4fa509c4a63804b9c07b8db69a175c33c06404df
1
<html>
2
<head>
3
<script
type
=
"text/javascript"
>
4
5
function
boom
()
6
{
7
document
.
body
.
contentEditable
=
"true"
;
8
document
.
execCommand
(
"outdent"
,
false
,
null
);
9
}
10
11
</script>
12
</head>
13
14
<body
style
=
"word-spacing: 3px;"
onload
=
"boom();"
>
́
</body>
15
</html>