Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1317718.html
blob892b8aee31273a9039caa9623629b1c6c9b119a8
1 <!DOCTYPE html>
2 <html>
3 <script>
4 addEventListener('DOMContentLoaded', function() {
5 let root = document.documentElement;
6 while(root.firstChild) {
7 root.firstChild.remove();
9 document.designMode = 'on';
10 document.removeChild(document.documentElement);
11 document.execCommand('justifyleft', false, null);
12 });
13 </script>
14 </html>