summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/color/custom-style-1-ref.html
blob: f9d66c187c680c0fe92d02c9dbbf2cf28459bcf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='reference-style.css'>
  <style>
    div.input-color-swatch {
      margin-top: 3px;
      margin-bottom: 3px;
    }
  </style>
  <body>
    <button class="input-color">
      <div class="input-color-swatch">
      </div>
    </button>

  </body>