Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 012.html
blobac9754ce8d4a2ab0b2c5e6f672b9e63965e5162e
1 <html>
2 <body>
3 Text
4 <table height=100 width=100% cellpadding=0 cellspacing=0>
5 <tr><td></td></table>
6 This text is 100 pixels lower than the previous line.
7 <table height=100 width=100% cellspacing=0 cellpadding=0><tr></tr></table>
8 This text is 100 pixels lower than the previous line.
9 <table height=100 width=100% cellspacing=0 cellpadding=0></table>
10 No space between this line and the previous line.
11 </body>
12 </html>