summaryrefslogtreecommitdiffstats
path: root/dom/html/test/bug446483-iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/bug446483-iframe.html')
-rw-r--r--dom/html/test/bug446483-iframe.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/html/test/bug446483-iframe.html b/dom/html/test/bug446483-iframe.html
new file mode 100644
index 0000000000..fe5a6cf9f7
--- /dev/null
+++ b/dom/html/test/bug446483-iframe.html
@@ -0,0 +1,10 @@
+<script>
+function doe(){
+window.focus();
+window.getSelection().collapse(document.body, 0);
+}
+setTimeout(doe,50);
+
+setTimeout(function() {window.location.reload()}, 200);
+</script>
+<span contenteditable="true"></span>