diff options
Diffstat (limited to '')
-rw-r--r-- | editor/reftests/caret-rtl-text-in-ltr-input-notref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/reftests/caret-rtl-text-in-ltr-input-notref.html b/editor/reftests/caret-rtl-text-in-ltr-input-notref.html new file mode 100644 index 0000000000..6bc59e2b7f --- /dev/null +++ b/editor/reftests/caret-rtl-text-in-ltr-input-notref.html @@ -0,0 +1,6 @@ +<!doctype html> +<meta charset="utf-8"> +<style> + input { caret-color: transparent } +</style> +<input type=text value="الخير" autofocus> |