gecko/layout/reftests/forms/indeterminate-selector.html

8 lines
153 B
HTML
Raw Normal View History

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