Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
fast
/
block
/
line-layout
/
non-empty-inline-block-with-zero-height.html
blob: dad93b109cc847e8fbb624d1e8ec8ce3809f9ddf [
file
] [
log
] [
blame
]
<style>
div
{
font-family
:
Ahem
;
font-size
:
20px
;
}
span
{
display
:
inline-block
;
height
:
0px
;
font-size
:
50px
;
}
</style>
<div><span>
XXX
</span></div>