Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: LayoutTests/platform/linux/fast/table/table-rowspan-cell-with-empty-cell-expected.txt

Issue 47923009: Table rows are incorrectly collapsed in case of hidden cells and rowspans. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x263
4 RenderBlock {HTML} at (0,0) size 800x262.52
5 RenderBody {BODY} at (8,18.72) size 784x235.80
6 RenderBlock {H3} at (0,0) size 784x46
7 RenderText {#text} at (0,0) size 202x22
8 text run at (0,0) width 202: "Test for chromium bug : "
9 RenderInline {A} at (0,0) size 60x22 [color=#0000EE]
10 RenderText {#text} at (202,0) size 60x22
11 text run at (202,0) width 60: "258420"
12 RenderText {#text} at (262,0) size 752x45
13 text run at (262,0) width 490: ". Table rows are incorrectly collapsed in case of hidden cells"
14 text run at (0,23) width 118: "and rowspans."
15 RenderBlock {H4} at (0,67.27) size 784x40
16 RenderText {#text} at (0,0) size 762x39
17 text run at (0,0) width 762: "When all rows in row spanning cell are h aving only spanning cells with empty cell/cells then None of the rows in row"
18 text run at (0,20) width 267: "spanning cell was not getting any heigh t."
19 RenderBlock {H4} at (0,128.53) size 784x20
20 RenderText {#text} at (0,0) size 357x19
21 text run at (0,0) width 357: "A2 row should not collapse with other ro w in the table."
22 RenderTable {TABLE} at (0,169.80) size 79x66
23 RenderTableSection {TBODY} at (0,0) size 79x66
24 RenderTableRow {TR} at (0,0) size 79x22 [bgcolor=#FF0000]
25 RenderTableCell {TD} at (0,11) size 15x22 [r=0 c=0 rs=3 cs=1]
26 RenderText {#text} at (1,1) size 11x19
27 text run at (1,1) width 11: "A"
28 RenderTableCell {TD} at (15,0) size 24x22 [r=0 c=1 rs=1 cs=1]
29 RenderText {#text} at (1,1) size 19x19
30 text run at (1,1) width 19: "A1"
31 RenderTableCell {TD} at (39,0) size 40x22 [r=0 c=2 rs=1 cs=1]
32 RenderText {#text} at (1,1) size 31x19
33 text run at (1,1) width 31: "A1.1"
34 RenderTableRow {TR} at (0,22) size 79x0
35 RenderTableCell {TD} at (15,22) size 24x22 [r=1 c=1 rs=2 cs=1]
36 RenderText {#text} at (1,1) size 19x19
37 text run at (1,1) width 19: "A2"
38 RenderTableRow {TR} at (0,22) size 79x22
39 RenderTableRow {TR} at (0,44) size 79x22 [bgcolor=#008000]
40 RenderTableCell {TD} at (0,44) size 79x22 [r=3 c=0 rs=1 cs=3]
41 RenderText {#text} at (1,1) size 77x19
42 text run at (1,1) width 77: "long last row"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698