Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / inline-block-overflow.html
blobe78e6aaf5e1281ed829d4ab4676a61fced50a5d7
1 <html>
2 <head>
3 <style>
4 div > span { background: silver; }
5 </style>
6 </head>
7 <body>
8 <p>
9 This is a repaint test of inline blocks with overflow.
10 </p>
11 <hr>
12 <span>Here comes an <span style="background: silver; display: inline-block; width: 100px; vertical-align: top; height: 20px;">inline block with overflow.</span></span>
13 </body>
14 </html>