Bug 1890277: part 2) Add `require-trusted-types-for` directive to CSP parser, guarded...
[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>