Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline-block / 006.html
bloba4bf064e15e58b7b6bb013d82ff567d46b83e72c
1 <head>
2 <style>
3 div { display: inline-block; border:2px solid red; padding:10px; }
4 </style>
5 </head>
6 <body>
7 This is a baseline alignment test for inline blocks. The last lines of the two red-bordered
8 inline blocks should line up and be on the baseline.
9 <br>
11 <div>This is block<br>number one. This line is the last one.</div>
12 <div style="padding-bottom:40px">This is<br>number two.
13 <div style="border:0px; display:block">This line is the last one.</div>
14 </div>
15 More text on the line.<br>
16 The next line.
17 </body>