trisquel-icecat/icecat/dom/base/crashtests/1966466.html
2025-10-06 02:35:48 -06:00

15 lines
399 B
HTML

<script>
addEventListener("DOMContentLoaded", () => {
window.getSelection().selectAllChildren(document.body)
window.getSelection().modify('move', 'backward', 'line')
const s = window.getSelection()
r = document.createRange()
r.selectNode(o = document.getElementById('a'))
s.addRange(r)
r = document.createRange()
s.addRange(r)
})
</script>
<canvas></canvas>
<details>
<table id='a'>