Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1350772.html
blobe20481527d09d79bb1c60124c1dd305816906d72
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) {
13 });
14 </script>
15 </head>
16 </html>