gecko-dev/layout/reftests/css-visited/placeholder-1.html
Boris Zbarsky 6cccc9defa Bug 1364242 tests. r=jryans
MozReview-Commit-ID: 3rgvgoRY1lc
2017-06-30 10:15:51 -07:00

7 lines
164 B
HTML

<!DOCTYPE html>
<style>
a:visited { color: green }
input { color: inherit }
</style>
<a href="visited-page.html"><input placeholder="This should be green"></a>