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