зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
245 B
HTML
9 строки
245 B
HTML
|
<script>
|
||
|
function go() {
|
||
|
window.getSelection().selectAllChildren(document.body.firstChild);
|
||
|
document.createElement("body").aLink = "-moz-mac-menuselect";
|
||
|
window.getSelection().getRangeAt(0).getClientRects();
|
||
|
}
|
||
|
</script>
|
||
|
<body onload=go()>
|