gecko-dev/layout/reftests/css-visited/placeholder-1.html

7 строки
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>