Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / anonymous-table-no-baseline-align-expected.html
blob38b6e84829d7c90f5cf1f74d437cff342da56d16
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .wrapper {
6 height: 100px;
7 width: 120px;
8 display: inline-block;
9 background-color: green;
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 anonymous 'table' doesn't contribute its baseline when determining an inline-block baseline.</p>
16 <p>The 2 green squares should be aligned below.</p>
17 <div class="wrapper"></div>
18 <div class="wrapper"></div>
19 </body>
20 </html>