Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
incorrect-integral-top-value-with-baseline-align.html
blob: b3a0f7a88324956551fc0c60547847deb5eca5ef [
file
]
<style>
div
{
background-color
:
red
;
float
:
left
;
}
span
{
display
:
inline-block
;
background-color
:
green
;
height
:
50px
;
width
:
50px
;
vertical-align
:
0.5
;
}
</style>
<div><span></span></div>