1
0
Fork 0
firefox/testing/web-platform/tests/selection/crashtests/selection-detached-range-find-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
504 B
HTML

<script>
document.addEventListener("DOMContentLoaded", () => {
let s = window.getSelection()
r = document.createRange()
r.selectNode(c)
s.addRange(r)
r.selectNode(a)
s.addRange(r)
window.getSelection().modify("move", "right", "line")
b.replaceWith(document.createElement("section"))
window.find("A")
})
</script>
<del>
<strong id="a"></strong>
<menu>
<canvas>
<input/>
<mark>
<small id="b">
<video id="c">