input-checkbox-zero-size.html (402B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1903191"> 4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvare"> 5 <link rel="author" href="https://mozilla.org" title="Mozilla"> 6 <link rel="match" href="/css/reference/blank.html"> 7 <style> 8 input { width: 0; height: 0 } 9 </style> 10 <input type=checkbox> 11 <input type=radio>