Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / vertical-align.html
blob2ec6f4421a97d771dd28a77f632f73d44aee9580
1 <!DOCTYPE HTML>
2 <style>
3 .aligntest {
4 line-height: 16px;
5 vertical-align: calc(25% + 5px);
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/>