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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
calc
/
vertical-align-expected.html
blob
56f62826a28d14abcf361344729399e0c3588cdc
1
<!DOCTYPE
HTML
>
2
<style>
3
.aligntest {
4
line-height:
16
px;
5
vertical-align: calc(
9
px);
6
}
7
</style>
8
<hr/>
9
<span
class
=
"aligntest"
>
The first four words
</span>
in this sentence should have a line-height of
16
px; they are also (
25
%+
5
px)-aligned, which should raise them
9
px relative to the natural baseline.
10
<hr/>