no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / radio / radio-minimum-size.html
blob21bdb6b154adcd3c5a27bf7e80165e1828d5828c
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;
16 </style>
17 </head>
18 <body>
19 <input type="radio">
20 <input type="radio" checked>
21 </body>
22 </html>