2010-12-07 09:30:05 +03:00
|
|
|
<!DOCTYPE HTML><html><head>
|
2011-06-29 22:22:39 +04:00
|
|
|
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
|
2011-05-12 17:52:38 +04:00
|
|
|
<script type="text/javascript">
|
|
|
|
function loaded() {
|
|
|
|
var t = document.querySelector("textarea");
|
|
|
|
t.focus();
|
|
|
|
t.selectionStart = t.selectionEnd = 4;
|
|
|
|
}
|
|
|
|
</script>
|
2010-12-07 09:30:05 +03:00
|
|
|
</head>
|
2011-05-12 17:52:38 +04:00
|
|
|
<body onload="loaded()">
|
2014-01-25 01:05:52 +04:00
|
|
|
<textarea style="height: 200px; display: block; -moz-appearance: none" spellcheck="false"
|
2010-12-07 09:30:05 +03:00
|
|
|
>foo
|
|
|
|
</textarea>
|
|
|
|
4 - 4
|
|
|
|
</body>
|
|
|
|
</html>
|