summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-placeholder/input/style.css
blob: 8963a6e1775f0ff6a50f85f09b98dc839ecf2c97 (plain)
1
2
3
4
5
6
[placeholder="bar"]::-moz-placeholder,
[placeholder="foo"]::placeholder,
input.ref {
  color: green;
  opacity: 1.0;
}