Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
inline
/
incorrect-vertical-alignment-inside-inline-block-expected.html
blob: c91ae74902240f27667af6eda029c7a454270453 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
font-size
:
10px
;
}
span
{
font-size
:
30px
;
}
</style>
<div>
this
<span>
should all be
</span>
aligned
</div>