Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/input-checkbox-zero-size.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvare">
<link rel="match" href="/css/reference/blank.html">
<style>
input { width: 0; height: 0 }
</style>
<input type=checkbox>
<input type=radio>