summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
blob: 02266912a39c931d7d74837a3136715d6a055691 (plain)
1
2
3
4
5
6
7
<style>
#s {
  margin: 50px;
}
</style>

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