Sign in
webkit
/
WebKit
/
473b92ed852160eab7c2365a49eda22bbbc97909
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
inline
/
vertical-align-text-inherit-expected.html
blob: c7f673476049d2da85ca86a5a89fce9b960a4539 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
emptyBox
{
display
:
inline-block
;
width
:
50px
;
height
:
50px
;
}
</style>
<p>
Test passes if a text below is aligned.
</p>
<div>
<div
class
=
"emptyBox"
></div>
<span>
This text should be on the same line.
</span>
</div>