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

Side by Side Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug7714-expected.txt

Issue 596823002: Tables with specific merge cell configuration render with extra height to tr elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addresses Created 6 years 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
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x60 6 RenderBlock {P} at (0,0) size 784x60
7 RenderText {#text} at (0,0) size 772x59 7 RenderText {#text} at (0,0) size 772x59
8 text run at (0,0) width 772: "The table below should have two columns and a total of 7 cells, arranged in an alternating/overlapping fashion. The cell spacing=0" 8 text run at (0,0) width 772: "The table below should have two columns and a total of 7 cells, arranged in an alternating/overlapping fashion. The cell spacing=0"
9 text run at (0,20) width 758: "for this table. In Nav4.5, this example can be viewed. In 5.0 (jun08 win95), this example displays (apparently) as a si mple 2x2" 9 text run at (0,20) width 758: "for this table. In Nav4.5, this example can be viewed. In 5.0 (jun08 win95), this example displays (apparently) as a si mple 2x2"
10 text run at (0,40) width 691: "table (i.e., some elements are not disp layed at all). (The numbers are the position of each TD in the HTML source)." 10 text run at (0,40) width 691: "table (i.e., some elements are not disp layed at all). (The numbers are the position of each TD in the HTML source)."
(...skipping 23 matching lines...) Expand all
34 RenderText {#text} at (1,1) size 8x19 34 RenderText {#text} at (1,1) size 8x19
35 text run at (1,1) width 8: "6" 35 text run at (1,1) width 8: "6"
36 RenderTableRow {TR} at (0,102) size 20x22 36 RenderTableRow {TR} at (0,102) size 20x22
37 RenderTableCell {TD} at (10,102) size 10x22 [border: (1px inset #808 080)] [r=5 c=1 rs=1 cs=1] 37 RenderTableCell {TD} at (10,102) size 10x22 [border: (1px inset #808 080)] [r=5 c=1 rs=1 cs=1]
38 RenderText {#text} at (1,1) size 8x19 38 RenderText {#text} at (1,1) size 8x19
39 text run at (1,1) width 8: "7" 39 text run at (1,1) width 8: "7"
40 RenderBlock {P} at (0,218) size 784x40 40 RenderBlock {P} at (0,218) size 784x40
41 RenderText {#text} at (0,0) size 760x39 41 RenderText {#text} at (0,0) size 760x39
42 text run at (0,0) width 760: "This is the same table as above, but cel lspacing=5 in this case. For 5.0, (jun08 win95) notice the odd cellspacing overl aps. See" 42 text run at (0,0) width 760: "This is the same table as above, but cel lspacing=5 in this case. For 5.0, (jun08 win95) notice the odd cellspacing overl aps. See"
43 text run at (0,20) width 98: "also bug #6304." 43 text run at (0,20) width 98: "also bug #6304."
44 RenderTable {TABLE} at (0,274) size 37x161 [border: (1px outset #808080)] 44 RenderTable {TABLE} at (0,274) size 37x152 [border: (1px outset #808080)]
dsinclair 2014/12/03 19:25:22 Do we know why the table got smaller?
45 RenderTableSection {TBODY} at (1,1) size 35x159 45 RenderTableSection {TBODY} at (1,1) size 35x150
46 RenderTableRow {TR} at (0,5) size 35x22 46 RenderTableRow {TR} at (0,5) size 35x22
47 RenderTableCell {TD} at (5,17) size 10x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=2 cs=1] 47 RenderTableCell {TD} at (5,16) size 10x22 [border: (1px inset #80808 0)] [r=0 c=0 rs=2 cs=1]
48 RenderText {#text} at (1,1) size 8x19 48 RenderText {#text} at (1,1) size 8x19
49 text run at (1,1) width 8: "1" 49 text run at (1,1) width 8: "1"
50 RenderTableCell {TD} at (20,5) size 10x22 [border: (1px inset #80808 0)] [r=0 c=1 rs=1 cs=1] 50 RenderTableCell {TD} at (20,5) size 10x22 [border: (1px inset #80808 0)] [r=0 c=1 rs=1 cs=1]
51 RenderText {#text} at (1,1) size 8x19 51 RenderText {#text} at (1,1) size 8x19
52 text run at (1,1) width 8: "2" 52 text run at (1,1) width 8: "2"
53 RenderTableRow {TR} at (0,32) size 35x20 53 RenderTableRow {TR} at (0,32) size 35x18
54 RenderTableCell {TD} at (20,43) size 10x22 [border: (1px inset #8080 80)] [r=1 c=1 rs=2 cs=1] 54 RenderTableCell {TD} at (20,41) size 10x22 [border: (1px inset #8080 80)] [r=1 c=1 rs=2 cs=1]
55 RenderText {#text} at (1,1) size 8x19 55 RenderText {#text} at (1,1) size 8x19
56 text run at (1,1) width 8: "3" 56 text run at (1,1) width 8: "3"
57 RenderTableRow {TR} at (0,57) size 35x20 57 RenderTableRow {TR} at (0,55) size 35x18
58 RenderTableCell {TD} at (5,68) size 10x22 [border: (1px inset #80808 0)] [r=2 c=0 rs=2 cs=1] 58 RenderTableCell {TD} at (5,64) size 10x22 [border: (1px inset #80808 0)] [r=2 c=0 rs=2 cs=1]
59 RenderText {#text} at (1,1) size 8x19 59 RenderText {#text} at (1,1) size 8x19
60 text run at (1,1) width 8: "4" 60 text run at (1,1) width 8: "4"
61 RenderTableRow {TR} at (0,82) size 35x20 61 RenderTableRow {TR} at (0,78) size 35x18
62 RenderTableCell {TD} at (20,93) size 10x22 [border: (1px inset #8080 80)] [r=3 c=1 rs=2 cs=1] 62 RenderTableCell {TD} at (20,87) size 10x22 [border: (1px inset #8080 80)] [r=3 c=1 rs=2 cs=1]
63 RenderText {#text} at (1,1) size 8x19 63 RenderText {#text} at (1,1) size 8x19
64 text run at (1,1) width 8: "5" 64 text run at (1,1) width 8: "5"
65 RenderTableRow {TR} at (0,107) size 35x20 65 RenderTableRow {TR} at (0,101) size 35x17
66 RenderTableCell {TD} at (5,119) size 10x22 [border: (1px inset #8080 80)] [r=4 c=0 rs=2 cs=1] 66 RenderTableCell {TD} at (5,112) size 10x22 [border: (1px inset #8080 80)] [r=4 c=0 rs=2 cs=1]
67 RenderText {#text} at (1,1) size 8x19 67 RenderText {#text} at (1,1) size 8x19
68 text run at (1,1) width 8: "6" 68 text run at (1,1) width 8: "6"
69 RenderTableRow {TR} at (0,132) size 35x22 69 RenderTableRow {TR} at (0,123) size 35x22
70 RenderTableCell {TD} at (20,132) size 10x22 [border: (1px inset #808 080)] [r=5 c=1 rs=1 cs=1] 70 RenderTableCell {TD} at (20,123) size 10x22 [border: (1px inset #808 080)] [r=5 c=1 rs=1 cs=1]
71 RenderText {#text} at (1,1) size 8x19 71 RenderText {#text} at (1,1) size 8x19
72 text run at (1,1) width 8: "7" 72 text run at (1,1) width 8: "7"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698