summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/checkbox-minimum-size.html
blob: 667a6dce2d400be2c20583587cf5780c9ec68233 (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 checkbox.</title>
  <link rel="author" title="Louise Chang" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1404770">
  <link rel="match" href="checkbox-minimum-size-ref.html">
    <style type="text/css">
input {
  height: 0px;
}
    </style>
  </head>
  <body>
    <input type="checkbox">
    <input type="checkbox" checked>
  </body>
</html>