Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / inline-block-small-height-baseline.html
blob3c8f36c85c0d019b7208f0cfa3f2aca77763493c
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;
14 height: 10px;
17 </style>
19 <body>
20 <div id="outer">
22 <div id="wrap">Y</div>
23 </div>
24 </body>