summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/placeholder-1.html
blob: e349edb2c30bcb9d8d976f7eecbb4a29d5888313 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<style>
  a:visited { color: green }
  input { color: inherit }
</style>
<a href="visited-page.html"><input placeholder="This should be green"></a>