diff options
Diffstat (limited to 'dom/html/crashtests/596785-1.html')
-rw-r--r-- | dom/html/crashtests/596785-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/html/crashtests/596785-1.html b/dom/html/crashtests/596785-1.html new file mode 100644 index 000000000..5d830628b --- /dev/null +++ b/dom/html/crashtests/596785-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html class="reftest-wait"> + <body onload="document.getElementById('i').type = 'image'; + document.documentElement.className = '';"> + <form> + <input id='i' required> + </form> + </body> +</html> |