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