haikuwebkit/LayoutTests/fast/inline/incorrect-vertical-alignmen...

13 lines
139 B
HTML

<!DOCTYPE html>
<style>
div {
font-size: 10px;
}
span {
font-size: 30px;
}
</style>
<div>this<span>should all be</span>aligned</div>