summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/596785-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/crashtests/596785-2.html')
-rw-r--r--dom/html/crashtests/596785-2.html9
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 0000000000..18cfe2788d
--- /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>