Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
forms
/
textarea-inline-block-baseline.html
blob: fe224cf8fec2352e1e41cf60b0ce5d264235cca5 [
file
] [
log
] [
blame
]
<!doctype HTML>
<body>
<div
style
=
"
border
:
1px
solid blue
;
"
>
<div
style
=
"
display
:
inline-block
;
"
>
<textarea
style
=
"
display
:
block
;
"
>
hello
world
</textarea>
</div>
</div>
</body>