repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
inline
/
vertical-align-text-inherit-expected.html
blob
c7f673476049d2da85ca86a5a89fce9b960a4539
1
<!DOCTYPE
html
>
2
<style>
3
.emptyBox {
4
display: inline-block;
5
width:
50
px;
6
height:
50
px;
7
}
8
</style>
9
<p>
Test passes if a text below is aligned.
</p>
10
<div>
11
<div
class
=
"emptyBox"
></div>
12
<span>
This text should be on the same line.
</span>
13
</div>