summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/checkbox/checkbox-radio-auto-sized-ref.html
blob: d68a05c5242ff3ae6b3b5809efdda914cc872d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>Reference for bug 1344395</title>
  <style type="text/css">

input {
  width: 11px;
  height: 11px;
}

  </style>
</head>
<body>

<input type="checkbox">
<input type="radio">

</body>
</html>