gecko-dev/gfx/tests/crashtests/1685009-1.html

13 lines
270 B
HTML

<script>
window.requestIdleCallback(() => {
window.close();
})
window.onload = () => {
a.value = "J."
b.submit()
window.requestAnimationFrame(() => { a.setRangeText("foo") })
}
</script>
<textarea id="a" style="max-width: 0"></textarea>
<form id="b" target="a">