summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/color/custom-style-2-ref.html
blob: 802af966e80fdd2651a3c57f53fdce098fe9019a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <title>Test for bug 943966</title>
    <link rel='stylesheet' type='text/css' href='reference-style.css'>
    <style>
      button.input-color {
        height: 15px;
        width: 20px;
      }
    </style>
  </head>
  <body>
    <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=943966">Mozilla Bug 943966</a>
    <button class="input-color">
      <div class="input-color-swatch">
      </div>
    </button>
  </body>
</html>