Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1429523.html
blob67b227d20b50fb57e09fd30773c739ce81ac4421
1 <html class="reftest-wait">
2 <head>
3 <script>
4 document.designMode = "on";
5 Promise.all([
6 new Promise(resolve => addEventListener("load", resolve)),
7 new Promise(resolve => addEventListener("focus", resolve)),
8 ]).then(() => {
9 document.body.firstChild.data = "";
10 document.documentElement.removeAttribute("class");
11 });
12 blur();
13 focus();
14 getSelection().collapse(document.body, 0);
15 </script>
16 </head>
17 <body><!-- comment --></body>
18 </html>