layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html

branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
equal deleted inserted replaced
-1:000000000000 0:01c5cd96b6a5
1 <style>
2 #s {
3 margin: 50px;
4 }
5 </style>
6
7 <input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>

mercurial