blob: dc5af493f7a81f11f2892d1ec5a71aeda4c63c65 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<script>
function runTest() {
checkbox.indeterminate = true;
}
</script>
<body onload="runTest()">
<input type="checkbox" id="checkbox" checked>
</body>
</html>