Sign in
webkit
/
WebKit
/
8c551616acce2c42251182c7abaffe8c5bfc0fe5
/
.
/
LayoutTests
/
fast
/
forms
/
placeholder-content-center.html
blob: 99a325544614a1c2f71b77fde8adb926ed0299fa [
file
] [
log
] [
blame
]
<style>
input
{
-webkit-appearance
:
none
;
height
:
40px
;
width
:
600px
;
border
:
none
;
color
:
black
;
font-size
:
10px
;
}
::
placeholder
{
color
:
black
;
font-size
:
22px
;
}
</style>
<input
placeholder
=
"PASS if placeholder text is fully visible"
>