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