https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 137c5e9dabf4733cc2d0aaa59aab25ddef860d19 authored by ffxbld on 30 November 2011, 14:07:42 UTC
Added tag FENNEC_9_0b4_BUILD1 for changeset dd3a208d2949. CLOSED TREE a=release
Tip revision: 137c5e9
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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