Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
placeholder-with-positioned-element-expected.html
blob: 096d09193cb41d7ac3dc4f608cb4e386c0fec4ff [
file
] [
log
] [
blame
]
<div
style
=
"
position
:
absolute
;
width
:
64px
;
background-color
:
white
;
border
:
solid
1px
black
;
margin-left
:
16px
"
>
<div>
aaa
</div>
<div>
bbb
</div>
</div>
<input
style
=
"
color
:
darkGray
"
value
=
"placeholder"
>