summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/622596.html
blob: fec43f11fa9113298cb490fa0c0945ef60714aa7 (plain)
1
2
3
4
5
6
<script>
t2 = window.open();
t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
t2.getSelection().containsNode([], false);
t2.close()
</script>