Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / inline-block-small-height-baseline-expected.html
blobd2be0eb409cee042885995ba1578f215477338eb
1 <!doctype html>
2 <style>
3 body {
4 font-size: 96px;
5 font-family: Arial;
8 #outer {
9 background: #eee;
12 #wrap {
13 display: inline-block;
16 </style>
18 <body>
19 <div id="outer">
21 <div id="wrap">Y</div>
22 </div>
23 </body>