blob: f2f333921cf027cfba96e3202caebb9c9681acbd [file] [log] [blame]
<!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>