selection-detached-range-find-crash.html (504B)
1 <script> 2 document.addEventListener("DOMContentLoaded", () => { 3 let s = window.getSelection() 4 r = document.createRange() 5 r.selectNode(c) 6 s.addRange(r) 7 r.selectNode(a) 8 s.addRange(r) 9 window.getSelection().modify("move", "right", "line") 10 b.replaceWith(document.createElement("section")) 11 window.find("A") 12 }) 13 </script> 14 <del> 15 <strong id="a"></strong> 16 <menu> 17 <canvas> 18 <input/> 19 <mark> 20 <small id="b"> 21 <video id="c">