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