2 <p>Test for
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=13690">bug
13960</a>:
3 JavaScript Form Validation issue on Banco do Brasil site.
</p>
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
13 input
= document
.getElementsByTagName("input")[0];
15 document
.write(input
.selectionStart
== 1 ? "1. SUCCESS" : "1. FAILURE (the insertion point should be at the end)");
17 document
.write("<br>");
21 document
.write(input
.selectionStart
== 2 ? "2. SUCCESS" : "2. FAILURE (the insertion point should be at the end)");