servo/tests/wpt/web-platform-tests/css/css-scoping/slotted-placeholder-ref.html

6 lines
160 B
HTML

<!doctype html>
<style>
::placeholder { color: green }
</style>
<input placeholder="I should be green">
<textarea placeholder="I should be green"></textarea>