Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-forms/input-checkbox-base-appearance-rendering.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:lwarlow@igalia.com">
<link rel=help href="https://drafts.csswg.org/css-forms-1">
<link rel=match href="input-checkbox-base-appearance-rendering-ref.html">
<input type="checkbox" checked style="appearance:base">
<input type="checkbox" id="indeterminate" style="appearance:base">
<input type="checkbox" style="appearance:base">
<script>
indeterminate.indeterminate = true;
</script>
<style>
body {
font-family: monospace;
background-color: black;
color: green;
}
</style>