https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ee9a03ab4a41c8293d0a5380315e0a59dd28c0a3 authored by ffxbld on 16 February 2012, 06:18:07 UTC
Added FENNEC_10_0_2_RELEASE FENNEC_10_0_2_BUILD1 tags(s) for changeset c386bba0f925. DONTBUILD CLOSED TREE a=release
Tip revision: ee9a03a
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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