https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 25518337644dfa70bf65cde84597449b56a929ea authored by John Schoenick on 28 January 2012, 03:38:01 UTC
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
Tip revision: 2551833
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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