gecko-dev/layout/reftests/bugs/1368113-1-ref.html

6 строки
129 B
HTML

<!DOCTYPE html>
<style>
input::placeholder { color: green; }
</style>
<input type="number" placeholder="This should be green">