Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / last-cell-of-rowspan-overlapping-colspan-cell-expected.html
blobbebb81934224dee06e92170431b4ed464a08f698
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p> <h4>Testcase for <a href="https://bugs.webkit.org/show_bug.cgi?id=16811">Bug 16811</a>.<br>
5 The test case checks if the height and position of rows having overlapping rowSpan and colSpan cells gets properly calculated.</h4>
6 If the row height/position is properly calculated then the height of the green rectangle should be same as the yellow rectangle and the green rectangle must be contained
7 within the yellow rectangle.
8 </p>
9 <table style="border:1px solid yellow;">
10 <tr>
11 <td>
12 <img width="20" height="60"/>
13 </td>
14 <td rowspan="2">
15 <img width="20" height="120" style="border:1px solid green;"/>
16 </td>
17 </tr>
18 <tr>
19 <td>
20 <img height="20"/>
21 </td>
22 </tr>
23 </table>
24 </body>
25 </html>