summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1368113-1-ref.html
blob: e0e5a125ea3916dc1ec5a3a0fcc42c76e8c68c96 (plain)
1
2
3
4
5
<!DOCTYPE html>
<style>
  input::placeholder { color: green; }
</style>
<input type="number" placeholder="This should be green">