Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / non-empty-span.html
blobd7b799bf2ee9b195e837c582de70387096bd5af0
1 <!DOCTYPE html>
2 <html>
3 <head></head>
4 <body>
5 <!-- https://bugs.webkit.org/show_bug.cgi?id=76465
6 There should be 100px space between the 'before' and 'after' lines (disregarding the 'X'). -->
7 <div>Before empty span</div>
8 <span style="line-height:100px;"></span>X
9 <div>After empty span</div>
10 <div>Before empty span</div>
11 <span style="font-size:100px;"></span>X
12 <div>After empty span</div>
13 <div>Before empty span</div>
14 <span style="vertical-align:100px;"></span>X
15 <div>After empty span</div>
16 </body>
17 </html>