1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 20:38:37 +00:00
Files
UXP/layout/generic/crashtests/622596.html
T

7 lines
172 B
HTML

<script>
t2 = window.open();
t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
t2.getSelection().containsNode([], false);
t2.close()
</script>