Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
inline-box-with-vertical-aling-top-and-stretching-content.html
blob: 900b34366c0da148b96e897b2a9bb35e8a108b2f [
file
]
<style>
span
{
vertical-align
:
top
;
}
img
{
height
:
200px
;
width
:
200px
;
background-color
:
green
;
}
</style>
<div><span>
PASS if green box is visible
<img></span></div>