checkbox-minimum-size.html (552B)
1 <!DOCTYPE HTML> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html> 7 <head> 8 <meta charset="utf-8"> 9 <title>Test minimum size of checkbox.</title> 10 <link rel="author" title="Louise Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1404770"> 11 <link rel="match" href="checkbox-minimum-size-ref.html"> 12 <style type="text/css"> 13 input { 14 height: 0px; 15 } 16 </style> 17 </head> 18 <body> 19 <input type="checkbox"> 20 <input type="checkbox" checked> 21 </body> 22 </html>