summaryrefslogtreecommitdiffstats
path: root/accessible/tests/crashtests/890760.html
blob: ecc76160b919eb1a9004ba4c0add36f1210b8787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
    window.getSelection().collapse(document.createTextNode("."), 0);
}

</script>
</head>
<body onload="setTimeout(boom, 0);"></body>
</html>