Mypal/layout/reftests/forms/input/checkbox/indeterminate-selector-ref....

8 lines
139 B
HTML

<style>
#s {
margin: 50px;
}
</style>
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>