summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/color/custom-style-2.html
blob: 209594b32e45e2934bcf8dbc8ed9aabf1cd3884d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Test for bug 943966</title>
    <style>
      input[type="color"].tiny {
        height: 15px;
        width: 20px;
      }
    </style>
  </head>
  <body>
    <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=943966">Mozilla Bug 943966</a>
    <input class="tiny" type="color" />
  </body>
</html>