summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-placeholder-ref.html
blob: 60762724360fda216603bc3231e004f398c049d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <style>

input {
  width: 15em;
  color: blue;
  font-style: italic;
}

    </style>
  </head>
  <body>
    <input type="number" value="123">
  </body>
</html>