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

Unified Diff: LayoutTests/tables/mozilla_expected_failures/bugs/bug1010-expected.txt

Issue 18553003: Add a runtime flag for distributing extra logical height to rowspans (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/tables/mozilla_expected_failures/bugs/bug1010-expected.txt
diff --git a/LayoutTests/tables/mozilla_expected_failures/bugs/bug1010-expected.txt b/LayoutTests/tables/mozilla_expected_failures/bugs/bug1010-expected.txt
index e6e01d56d905036d9f4e10675b2e07a23363b0a8..a4484cbf2362dd25ad617cbe9735fddbce0bbb1c 100644
--- a/LayoutTests/tables/mozilla_expected_failures/bugs/bug1010-expected.txt
+++ b/LayoutTests/tables/mozilla_expected_failures/bugs/bug1010-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderTable {TABLE} at (0,0) size 784x286 [border: (1px outset #808080)]
RenderTableSection {TBODY} at (1,1) size 782x284
- RenderTableRow {TR} at (0,2) size 782x139
+ RenderTableRow {TR} at (0,2) size 782x24
RenderTableCell {TD} at (2,2) size 662x280 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
RenderBlock {UL} at (2,2) size 658x260
RenderListItem {LI} at (40,0) size 618x20
@@ -78,16 +78,16 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 444x19
text run at (0,0) width 312: "A relatively large (150k) document with an average "
text run at (312,0) width 132: "mix of HTML content"
- RenderTableCell {TD} at (666,59) size 56x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (666,2) size 56x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 32x19
text run at (2,2) width 32: "foo 1"
- RenderTableCell {TD} at (724,59) size 56x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (724,2) size 56x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 32x19
text run at (2,2) width 32: "foo 2"
- RenderTableRow {TR} at (0,143) size 782x139
- RenderTableCell {TD} at (666,200) size 56x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ RenderTableRow {TR} at (0,28) size 782x254
+ RenderTableCell {TD} at (666,143) size 56x24 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 37x19
text run at (2,2) width 37: "Foo 3"
- RenderTableCell {TD} at (724,200) size 56x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (724,143) size 56x24 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 37x19
text run at (2,2) width 37: "Foo 4"

Powered by Google App Engine
This is Rietveld 408576698