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

8 строки
202 B
HTML

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