haikuwebkit/LayoutTests/fast/forms/placeholder-content-line-he...

15 lines
233 B
HTML

<style>
input {
-webkit-appearance: none;
height: 40px;
width: 600px;
border: none;
font-size: 22px;
}
::placeholder {
color: black;
}
</style>
<input placeholder="PASS if placeholder text is fully visible" type="text">