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