https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0f24dca6ab7475ff542ec2fd21b1d0117129c22b authored by ffxbld on 28 August 2012, 15:17:41 UTC
Added FENNEC_16_0b1_RELEASE FENNEC_16_0b1_BUILD1 tag(s) for changeset 5558ddeee090. DONTBUILD CLOSED TREE a=release
Tip revision: 0f24dca
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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