summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html')
-rw-r--r--dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html b/dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html
new file mode 100644
index 0000000000..3801ed7543
--- /dev/null
+++ b/dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+ <link rel='stylesheet' type='text/css' href='style.css'>
+ <body onload="document.getElementsByTagName('input')[0].focus();">
+ <input onfocus="document.documentElement.removeAttribute('class');">
+ </body>
+</html>