repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1890689 apply drift correction to input rate instead of output rate r=pehrsons
[gecko.git]
/
editor
/
reftests
/
selection_visibility_after_reframe-2.html
blob
579bbedd88efa8a10100e837125bc4f84ba91ab1
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
<input
value
=
"foo"
>
5
<script>
6
var
i
=
document
.
querySelector
(
"input"
);
7
i
.
focus
();
8
i
.
selectionStart
=
1
;
9
i
.
selectionEnd
=
2
;
10
</script>
11
</body>
12
</html>