servo/tests/wpt/web-platform-tests/css/css-pseudo/first-line-and-placeholder-ref.html

10 lines
158 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
input::placeholder {
color: red;
}
</style>
<form>
<input placeholder="this text should be red">
</form>