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

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