Sign in
webkit
/
WebKit
/
61dd3584f31cb59cef7f6b2ddb5031a9bd4f1c78
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
inline-block-small-height-baseline.html
blob: 3c8f36c85c0d019b7208f0cfa3f2aca77763493c [
file
] [
log
] [
blame
]
<!doctype html>
<style>
body
{
font-size
:
96px
;
font-family
:
Arial
;
}
#
outer
{
background
:
#eee
;
}
#
wrap
{
display
:
inline-block
;
height
:
10px
;
}
</style>
<body>
<div
id
=
"outer"
>
X
<div
id
=
"wrap"
>
Y
</div>
</div>
</body>