blob: f99c0385d061766b49d55e7703bf596fe69d6ec2 [file] [log] [blame]
<!doctype html>
<style>
::placeholder { color: green }
</style>
<input placeholder="I should be green">
<textarea placeholder="I should be green"></textarea>