diff options
Diffstat (limited to 'layout/base/tests/bug597519-1-ref.html')
-rw-r--r-- | layout/base/tests/bug597519-1-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/base/tests/bug597519-1-ref.html b/layout/base/tests/bug597519-1-ref.html new file mode 100644 index 000000000..e11eb0c96 --- /dev/null +++ b/layout/base/tests/bug597519-1-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML><html><head> +</head> +<body> +<textarea spellcheck="false" style="-moz-appearance: none">ab +</textarea> +<script> + var t = document.querySelector("textarea"); + t.focus(); + t.selectionStart = t.selectionEnd = t.value.length; +</script> +</body> +</html> |