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 1794893 - WebGLMemoryTracker ensured-registered in WebGLContext::ctor. r=gfx...
[gecko.git]
/
editor
/
reftests
/
caret-rtl-text-in-ltr-input-notref-2.html
blob
410400c01da1dd8b2bcd93d33694ffe5c133892c
1
<!doctype
html
>
2
<meta
charset
=
"utf-8"
>
3
<input
type=text
value
=
"الخير"
autofocus
>
4
<script>
5
onload
= () => {
6
let
input
=
document
.
querySelector
(
"input"
);
7
input
.
selectionStart
=
input
.
selectionEnd
=
0
;
8
};
9
</script>