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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-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: Rebase 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-expected.txt
index 7ad6051194b75d4ca3bee6749199d8f9980ccb49..f54f4facb506239fb46710f2b9a003d0155fe7c2 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug8858-expected.txt
@@ -12,7 +12,7 @@ layer at (0,0) size 800x601 backgroundClip at (0,0) size 800x600 clip at (0,0) s
text run at (0,20) width 393: "of content beginning 'Pacific Shore Properties ...'. Can you see it?"
RenderTable {TABLE} at (0,56) size 776x529 [border: (2px outset #808080)]
RenderTableSection {TBODY} at (2,2) size 772x525
- RenderTableRow {TR} at (0,1) size 772x130
+ RenderTableRow {TR} at (0,1) size 772x129
RenderTableCell {TD} at (1,1) size 770x214 [bgcolor=#FFFFFF] [border: (1px inset #808080)] [r=0 c=0 rs=4 cs=2]
RenderBlock {P} at (5,5) size 760x44
RenderInline {FONT} at (0,0) size 23x27 [color=#E91C05]
@@ -45,6 +45,6 @@ layer at (0,0) size 800x601 backgroundClip at (0,0) size 800x600 clip at (0,0) s
text run at (0,48) width 714: "In business for over 35 years, and the oldest real estate company on Mayne Island, Pacific Shore Properties knowledge and"
text run at (0,64) width 251: "expertise on the Gulf Islands is unmatched."
RenderBlock {P} at (5,225) size 760x0
- RenderTableRow {TR} at (0,132) size 772x130
- RenderTableRow {TR} at (0,263) size 772x130
- RenderTableRow {TR} at (0,394) size 772x130
+ RenderTableRow {TR} at (0,131) size 772x130
+ RenderTableRow {TR} at (0,262) size 772x130
+ RenderTableRow {TR} at (0,393) size 772x131

Powered by Google App Engine
This is Rietveld 408576698