1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00
Files
UXP/dom/html/test/bug446483-iframe.html
T

11 lines
217 B
HTML

<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>