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 changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git]
/
editor
/
libeditor
/
crashtests
/
1624011.html
blob
98267f848d6d9ddf37e87cbb7b5311c7e7443da2
1
<html>
2
<head>
3
<script>
4
window
.
addEventListener
(
'load'
, () => {
5
document
.
designMode
=
'on'
6
const
selection
=
document
.
getSelection
()
7
selection
.
empty
()
8
document
.
queryCommandIndeterm
(
'justifyFull'
)
9
})
10
</script>
11
</head>
12
</html>