3 <script src=
"../../resources/js-test.js"></script>
7 <p>This tests the initial caret position for textareas.
</p>
8 <p>Bug
11746: REGRESSION(r14931): Outlook Web Access incorrectly positions the insertion point when replying to e-mail
<br>
9 <a href=
"http://bugs.webkit.org/show_bug.cgi?id=11746">http://bugs.webkit.org/show_bug.cgi?id=
11746</a></p>
12 <textarea id=
"ta" rows=
"5" cols=
"10">
25 <div id=
"console"></div>
26 <script type=
"text/javascript">
27 var ta
= document
.getElementById('ta');
29 shouldBe('ta.selectionStart', '0');
30 shouldBe('ta.selectionEnd', '0');