https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 51fa56bee8e9e000f0d0eb33dc62a98375802479 authored by ffxbld on 23 November 2011, 02:29:38 UTC
Added tag FENNEC_9_0b3_BUILD1 for changeset 0192f8f8bb26. CLOSED TREE a=release
Tip revision: 51fa56b
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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