2 <script src=
"../../../resources/js-test.js"></script>
3 <applet code=
""><input><embed type=
"application/x-webkit-test-netscape" width=
"200"></embed></applet>
5 description('There was a bug that HTMLTextFormControlElement::setSelectionRange crashed. This test requires ASAN or something.');
7 document
.body
.onload = function() {
8 document
.getElementsByTagName('input')[0].focus();
9 testPassed('if not crash.');