blob: a0dea065b46bc6282369ae5bd23982cbec798e2c [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function runTest()
{
document.write("PASS");
if (window.testRunner)
testRunner.notifyDone();
}
function select()
{
document.execCommand("SelectAll");
}
window.addEventListener("selectstart", runTest, true);
window.onload = select;
</script>
</html>