<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
<p>To PASS this test case the text of the button label should not be selected in the selection.</p> | |
<div> | |
Buttons<br> | |
with text <input type="button" value="too little"> too little | |
<div> | |
and text <input type="button" value="too much"> too much | |
</div> | |
Should not be selected in the selection. | |
</div> | |
</body> | |
<script> | |
document.execCommand("SelectAll"); | |
</script> | |
</html> |