https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9c3dd5dd9c1777f3b956d4044e4b944ef749e2f5 authored by Ben Hearsum on 29 October 2012, 18:16:28 UTC
bug 705788: exclude override.ini from mac signatures. r=ted, a=lsblakk
Tip revision: 9c3dd5d
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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