trisquel-icecat/icecat/layout/reftests/css-visited/placeholder-1.html
2025-10-06 02:35:48 -06:00

6 lines
184 B
HTML

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