summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/652301-1b.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/652301-1b.html')
-rw-r--r--layout/reftests/bugs/652301-1b.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/652301-1b.html b/layout/reftests/bugs/652301-1b.html
new file mode 100644
index 0000000000..2643832e55
--- /dev/null
+++ b/layout/reftests/bugs/652301-1b.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+ <body onload='document.getElementById("focusme").focus();'>
+ <nosuchtageverwillexist
+ id="focusme" tabindex="0"
+ onfocus="document.documentElement.className=''">Some text</nosuchtageverwillexist>
+ </body>
+</html>