no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / accessible / tests / crashtests / 890760.html
blobecc76160b919eb1a9004ba4c0add36f1210b8787
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function boom()
8 window.getSelection().collapse(document.createTextNode("."), 0);
11 </script>
12 </head>
13 <body onload="setTimeout(boom, 0);"></body>
14 </html>