Mypal/layout/generic/crashtests/622596.html

7 lines
172 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<script>
t2 = window.open();
t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
t2.getSelection().containsNode([], false);
t2.close()
</script>