summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/bug646382-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/bug646382-1-ref.html')
-rw-r--r--layout/base/tests/bug646382-1-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/base/tests/bug646382-1-ref.html b/layout/base/tests/bug646382-1-ref.html
new file mode 100644
index 000000000..03acde5b5
--- /dev/null
+++ b/layout/base/tests/bug646382-1-ref.html
@@ -0,0 +1,17 @@
+<html class="reftest-wait">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ </head>
+ <body onload="start()">
+ <textarea onfocus="done()" style="-moz-appearance: none">س</textarea>
+ <script>
+ var textarea = document.querySelector("textarea");
+ function start() {
+ textarea.focus();
+ }
+ function done() {
+ document.documentElement.removeAttribute("class");
+ }
+ </script>
+ </body>
+</html>