diff options
Diffstat (limited to 'dom/html/crashtests/620078-2.html')
-rw-r--r-- | dom/html/crashtests/620078-2.html | 6 |
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 000000000..1be23fa1f --- /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> |