summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1676970.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/1676970.html')
-rw-r--r--layout/generic/crashtests/1676970.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1676970.html b/layout/generic/crashtests/1676970.html
new file mode 100644
index 0000000000..fd3af85db2
--- /dev/null
+++ b/layout/generic/crashtests/1676970.html
@@ -0,0 +1,20 @@
+<script>
+function go() {
+ a.appendChild(c)
+ a.getRootNode().addEventListener("DOMSubtreeModified", eh, { once: true })
+ b.setAttribute("oninvalid", "eh()")
+}
+function eh() {
+ b.setAttribute("role", "dialog")
+ window.scrollBy(0.802, 0.384)
+ var x = document.getSelection()
+ x.extend(a)
+ x.modify("move", "forward", "lineboundary")
+ a.style.setProperty("column-span", "all")
+}
+</script>
+<body onload=go()>
+<select>
+<option id="a" contenteditable="true">x</span>
+<input id="b">
+<textarea id="c">