Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-set-selection-crash.html
blobb4615c351e609fa88ef6025f7ae9dc94b52933d8
1 <body>
2 <script src="../../../resources/js-test.js"></script>
3 <applet code=""><input><embed type="application/x-webkit-test-netscape" width="200"></embed></applet>
4 <script>
5 description('There was a bug that HTMLTextFormControlElement::setSelectionRange crashed. This test requires ASAN or something.');
6 jsTestIsAsync = true;
7 document.body.onload = function() {
8 document.getElementsByTagName('input')[0].focus();
9 testPassed('if not crash.');
10 finishJSTest();
12 </script>
13 </body>