blob: ffedc416b6c6635b3698a61097e2e4448f20170f [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">
</body>
</html>