mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
172 B
HTML
7 lines
172 B
HTML
<script>
|
|
t2 = window.open();
|
|
t2.document.documentElement.childNodes.item(undefined).contentEditable = true;
|
|
t2.getSelection().containsNode([], false);
|
|
t2.close()
|
|
</script>
|