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