input-checkbox-switch-indeterminate.tentative.html (294B)
1 <!doctype html> 2 <title>Checkbox with switch attribute set does not render differently when the indeterminate attribute is set</title> 3 <link rel=match href="input-checkbox-switch-indeterminate-ref.html"> 4 <input id="input" type=checkbox switch> 5 <script> 6 input.indeterminate = true; 7 </script>