no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / editor / reftests / caret-rtl-text-in-ltr-input-notref-2.html
blob410400c01da1dd8b2bcd93d33694ffe5c133892c
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>