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