https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2401925fe05d33afec2473f909b965c9ec0ac44c authored by ffxbld on 07 May 2013, 08:23:01 UTC
Added FENNEC_21_0_RELEASE FENNEC_21_0_BUILD1 tag(s) for changeset 1bf9710047f6. DONTBUILD CLOSED TREE a=release
Tip revision: 2401925
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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