зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
172 B
HTML
7 строки
172 B
HTML
|
<script>
|
||
|
t2 = window.open();
|
||
|
t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
|
||
|
t2.getSelection().containsNode([], false);
|
||
|
t2.close()
|
||
|
</script>
|