Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1344097.html
blob7f76957c5ab071e57d6a17ed6f31e1a01f0e6b36
1 <html>
2 <head>
3 <script></script>
4 <script>
5 document.designMode = 'on';
6 o1 = window.getSelection();
7 o2 = document.createElement('code');
8 o3 = document.createElement('style');
9 o4 = document.createElement('style');
10 document.head.appendChild(o3);
11 o1.modify("move", "right", "character");
12 document.styleSheets[0].insertRule("* { position: absolute; }", 0);
13 document.head.appendChild(o4);
14 window.resizeTo(1,1);
15 document.documentElement.appendChild(o2);
16 o1.selectAllChildren(o2);
17 </script>
18 </head>
19 <body></body>
20 </html>