gecko/toolkit/components/console/hudservice/tests/browser/test-bug-595934-getselection.js

10 lines
197 B
JavaScript

/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
window.addEventListener("load", function() {
document.getSelection();
}, false);