Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / growCellForImageQuirk.html
blob31f4bc24629ea48ee7b14c1f13896bdb8014e70b
1 <style>
2 img { background-color: lightblue; width: 75px; height: 50px; }
3 </style>
4 <TABLE style="width: 155px; background: silver;">
5 <TR>
6 <TD>
7 <IMG><IMG>
8 </TD>
9 </TR>
10 </TABLE>