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
/
1350772.html
blob
e20481527d09d79bb1c60124c1dd305816906d72
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
addEventListener
(
"DOMContentLoaded"
, () => {
6
try
{
7
document
.
designMode
=
'on'
;
8
document
.
removeChild
(
document
.
documentElement
);
9
document
.
appendChild
(
document
.
createElement
(
"p"
));
10
document
.
execCommand
(
"insertParagraph"
,
false
,
null
);
11
}
catch
(
e
) {
12
}
13
});
14
</script>
15
</head>
16
</html>