Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-rowspan-wrong-height-with-only-spanning-cells-expected.txt
blobbfe733f2d47ae4a525b4e183b58c3fd3c5d80961
1 Test for chromium bug : 396655. Tables with specific merge cell configuration render with extra height to tr elements.
3 We have the below table. Because cell A and cell D overlap in the second row, the height of the second row is the 1px difference between A and B and the 1px difference between C and D.
5 +-----+-----+
6 |     |  B  |
7 |  A  +-----+
8 |     |     |
9 +-----+  D  |
10 |  C  |     |
11 +-----+-----+
12 PASS
13 PASS
14 PASS