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

Unified Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt

Issue 19390002: Spanning logical height is not added properly in all spanning rows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@RowSpan_B254914_6
Patch Set: Created 7 years, 5 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt b/LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt
index f4f977a958b0ce1f4b863ff95e8e1d7472dfc9a4..0a8f3c60c7dae9a1bc50ae873e3bffda3912c2a7 100644
--- a/LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla/bugs/bug7714-expected.txt
@@ -8,8 +8,8 @@ layer at (0,0) size 800x600
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 cellspacing=0"
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 simple 2x2"
text run at (0,40) width 691: "table (i.e., some elements are not displayed at all). (The numbers are the position of each TD in the HTML source)."
- RenderTable {TABLE} at (0,76) size 22x64 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 20x62
+ RenderTable {TABLE} at (0,76) size 22x82 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 20x80
RenderTableRow {TR} at (0,0) size 20x40
RenderTableCell {TD} at (0,9) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
RenderText {#text} at (1,1) size 8x19
@@ -30,19 +30,19 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "5"
RenderTableRow {TR} at (0,40) size 20x0
- RenderTableCell {TD} at (0,40) size 10x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
+ RenderTableCell {TD} at (0,49) size 10x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "6"
- RenderTableRow {TR} at (0,40) size 20x22
- RenderTableCell {TD} at (10,40) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
+ RenderTableRow {TR} at (0,40) size 20x40
+ RenderTableCell {TD} at (10,49) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "7"
- RenderBlock {P} at (0,156) size 784x40
+ RenderBlock {P} at (0,174) size 784x40
RenderText {#text} at (0,0) size 760x39
text run at (0,0) width 760: "This is the same table as above, but cellspacing=5 in this case. For 5.0, (jun08 win95) notice the odd cellspacing overlaps. See"
text run at (0,20) width 98: "also bug #6304."
- RenderTable {TABLE} at (0,212) size 37x94 [border: (1px outset #808080)]
- RenderTableSection {TBODY} at (1,1) size 35x92
+ RenderTable {TABLE} at (0,230) size 37x107 [border: (1px outset #808080)]
+ RenderTableSection {TBODY} at (1,1) size 35x105
RenderTableRow {TR} at (0,5) size 35x35
RenderTableCell {TD} at (5,14) size 10x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
RenderText {#text} at (1,1) size 8x19
@@ -63,10 +63,10 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "5"
RenderTableRow {TR} at (0,60) size 35x0
- RenderTableCell {TD} at (5,62) size 10x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
+ RenderTableCell {TD} at (5,69) size 10x22 [border: (1px inset #808080)] [r=4 c=0 rs=2 cs=1]
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "6"
- RenderTableRow {TR} at (0,65) size 35x22
- RenderTableCell {TD} at (20,65) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
+ RenderTableRow {TR} at (0,65) size 35x35
+ RenderTableCell {TD} at (20,71) size 10x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
RenderText {#text} at (1,1) size 8x19
text run at (1,1) width 8: "7"
« no previous file with comments | « LayoutTests/fast/table/table-rowspan-height-distribution-in-rows-2.html ('k') | Source/core/rendering/RenderTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698