summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/595606-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/crashtests/595606-2.html')
-rw-r--r--dom/base/crashtests/595606-2.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/base/crashtests/595606-2.html b/dom/base/crashtests/595606-2.html
new file mode 100644
index 0000000000..3cab264c0d
--- /dev/null
+++ b/dom/base/crashtests/595606-2.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+ <body onload="
+ document.body.removeChild(document.getElementById('x'));
+ document.documentElement.removeAttribute('class');">
+
+ <div id="x">
+ <form id="a">
+ <select></select>
+ </form>
+ <form id="a">
+ <select></select>
+ </form>
+ </div>
+
+ <select form="a"></select>
+ </body>
+</html>