Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-zero-width-expected.html
blobf5f2faecf8bd0ed57e296e8e309db81e5db2947e
1 <html>
2 <body>
3 <table cellspacing="0" cellpadding="0" style="border-spacing: 0;">
4 <tr style="background-color: green;">
5 <td width="50px" height="20px"/>
6 <td style="background-color: red;">
7 <div></div>
8 </td>
9 <td width="50px"/>
10 </tr>
11 </table>
12 </body>
13 </html>