Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
nested-vertical-alignment-with-top-and-line-height.html
blob: 2dbba500cb2416f5c66cd6b5f2174923d5329edd [
file
]
<style>
div
{
width
:
30px
;
line-height
:
10
;
color
:
transparent
;
}
span
{
vertical-align
:
top
;
}
img
{
background-color
:
green
;
width
:
30px
;
height
:
30px
;
}
</style>
<div><span><img></span></div>
<div><span>
X
<img></span></div>