<html> | |
<head> | |
<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body background> | |
This test passes if it does not crash. | |
<script> | |
selectAllCommand(); | |
copyCommand(); | |
</script> | |
</html> |