Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1624011.html
blob98267f848d6d9ddf37e87cbb7b5311c7e7443da2
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>