diff options
Diffstat (limited to 'layout/base/tests/bug613807-1-ref.html')
-rw-r--r-- | layout/base/tests/bug613807-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/base/tests/bug613807-1-ref.html b/layout/base/tests/bug613807-1-ref.html new file mode 100644 index 000000000..b47a572ea --- /dev/null +++ b/layout/base/tests/bug613807-1-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html> +<body onload="document.querySelector('textarea').focus()"> +<textarea id="t" rows="4" style="-moz-appearance: none"></textarea> +</body> +</html> |