Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1128787.html
blobfc6bff0972c877cb73c8242ba2ab1e46762a18c9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1128787</title>
5 </head>
6 <body>
7 <input type="button"/>
8 <script>
9 window.onload = function () {
10 document.designMode = "on";
12 var input = document.getElementsByTagName("input")[0];
13 input.focus();
14 input.type = "text";
15 </script>
16 </body>
17 </html>