summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1470926.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/crashtests/1470926.html')
-rw-r--r--editor/libeditor/crashtests/1470926.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/1470926.html b/editor/libeditor/crashtests/1470926.html
new file mode 100644
index 0000000000..9c39710a97
--- /dev/null
+++ b/editor/libeditor/crashtests/1470926.html
@@ -0,0 +1,9 @@
+<script>
+function go() {
+ a.select();
+ a.setAttribute("hidden", "");
+ a.setRangeText("f");
+}
+</script>
+<body onload=go()>
+<textarea id="a">-</textarea>