summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html')
-rw-r--r--LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html b/LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html
new file mode 100644
index 0000000..c9d7fe3
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html
@@ -0,0 +1,18 @@
+<head>
+ <script>
+ function pass() {
+ var div = document.createElement('div');
+ div.innerHTML = 'PASS';
+ document.body.appendChild(div);
+ }
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+ </script>
+</head>
+<body onload="pass()">
+<p>This page verifies fix for bug 58247. WebKit should not crash when this page is rendered.</p>
+
+<a </var><form><button form="f"><progress>
+<keygen form="f"><a </datalist><button>
+</body>
+