summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/620078-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/crashtests/620078-2.html')
-rw-r--r--dom/html/crashtests/620078-2.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/html/crashtests/620078-2.html b/dom/html/crashtests/620078-2.html
new file mode 100644
index 0000000000..1be23fa1f2
--- /dev/null
+++ b/dom/html/crashtests/620078-2.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+ <body onload='document.cloneNode(1)'>
+ <button autofocus></button>
+ </body>
+</html>