Sign in
webkit
/
WebKit
/
ed12258493d0bed96ae85c0e2b45a740f63978e6
/
.
/
LayoutTests
/
fast
/
forms
/
placeholder-content-line-height.html
blob: 5aa53e7b32794599d7546bb5d59e9364ca481699 [
file
] [
log
] [
blame
]
<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"
>