1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/layout/reftests/forms/input/checkbox/indeterminate-selector.html
T

8 lines
153 B
HTML

<style>
#s:indeterminate {
margin: 50px;
}
</style>
<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>