radio-minimum-size.html (539B)
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 radio.</title> 10 <link rel="author" title="Louis Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1404770"> 11 <link rel="match" href="radio-minimum-size-ref.html"> 12 <style type="text/css"> 13 input { 14 height: 0px; 15 } 16 </style> 17 </head> 18 <body> 19 <input type="radio"> 20 <input type="radio" checked> 21 </body> 22 </html>