Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline / vertical-align-text-inherit-expected.html
blobc7f673476049d2da85ca86a5a89fce9b960a4539
1 <!DOCTYPE html>
2 <style>
3 .emptyBox {
4 display: inline-block;
5 width: 50px;
6 height: 50px;
8 </style>
9 <p>Test passes if a text below is aligned.</p>
10 <div>
11 <div class="emptyBox"></div>
12 <span>This text should be on the same line.</span>
13 </div>