gecko/layout/reftests/forms/indeterminate-native-checked.html

2 lines
106 B
HTML
Raw Normal View History

<input type="checkbox" id="s" checked><script>document.getElementById("s").indeterminate = true;</script>