Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: LayoutTests/fast/forms/text/text-set-selection-crash.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <body> 1 <body>
2 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../js/resources/js-test-pre.js"></script>
3 <applet code=""><input><embed type="application/x-webkit-test-netscape" width="2 00"></embed></applet> 3 <applet code=""><input><embed type="application/x-webkit-test-netscape" width="2 00"></embed></applet>
4 <script> 4 <script>
5 description('There was a bug that HTMLTextFormControlElement::setSelectionRange crashed. This test requires ASAN or something.'); 5 description('There was a bug that HTMLTextFormControlElement::setSelectionRange crashed. This test requires ASAN or something.');
6 jsTestIsAsync = true; 6 jsTestIsAsync = true;
7 document.body.onload = function() { 7 document.body.onload = function() {
8 document.getElementsByTagName('input')[0].focus(); 8 document.getElementsByTagName('input')[0].focus();
9 testPassed('if not crash.'); 9 testPassed('if not crash.');
10 finishJSTest(); 10 finishJSTest();
11 }; 11 };
12 </script> 12 </script>
13 <script src="../../js/resources/js-test-post.js"></script>
14 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698