Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / inline-table-in-inline-block-last-baseline-align-expected.html
blob991d61c55f99967f06ee90e2c2c4988fdbb56efe
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .wrapper {
6 height: 100px;
7 display: inline-block;
8 color: blue;
9 font: 16px Ahem;
11 </style>
12 </head>
13 <body>
14 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=91137">91137</a>: REGRESSION(r117339): cell in block-level table in inline-block are aligned with their last line box</p>
15 <p>This test checks that an 'inline-table' contributes its baseline to determine an inline-block baseline.</p>
16 <p>The 2 blue texts should be aligned below.</p>
17 <div class="wrapper">First</div>
18 <div class="wrapper">&nbsp;<br>&nbsp;<br>Second</div>
19 </body>
20 </html>