blob: 122585bc400ba0bf6931110a46da74d02cf9cc42 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<input type=checkbox>
<div>Test passes if indeterminate checkbox appears different from unchecked checkbox.</div>
</body>
<script>
document.querySelector("input").indeterminate = true;
</script>
</html>