comparison: layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
- branch
- TOR_BUG_3246
- changeset 4
- fc2d59ddac77
equal
deleted
inserted
replaced
|
1 <style> |
|
2 #s { |
|
3 margin: 50px; |
|
4 } |
|
5 </style> |
|
6 |
|
7 <input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script> |