<!DOCTYPE html>
<link rel="match" href="checkbox-indeterminate-checked-expected.html">
<body>
<input type="checkbox" id="indeterminateCheckbox" checked>
<script>
indeterminateCheckbox.indeterminate = true;
</script>
</body>
<!DOCTYPE html>
<link rel="match" href="checkbox-indeterminate-checked-expected.html">
<body>
<input type="checkbox" id="indeterminateCheckbox" checked>
<script>
indeterminateCheckbox.indeterminate = true;
</script>
</body>