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

Unified Diff: LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt

Issue 23530044: Row with only spanning cells have a height of 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 3 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/fast/table/colspanMinWidth-expected.txt
diff --git a/LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt b/LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt
index c138fdc7d25cb9a6ae15720c8e21c97f03e5ec7e..b6b548209ceede1d5117601ec07bbde742cc3e5b 100644
--- a/LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt
+++ b/LayoutTests/platform/win/fast/table/colspanMinWidth-expected.txt
@@ -3,16 +3,16 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderTable {TABLE} at (0,0) size 177x46
- RenderTableSection {TBODY} at (0,0) size 177x46
+ RenderTable {TABLE} at (0,0) size 177x47
+ RenderTableSection {TBODY} at (0,0) size 177x47
RenderTableRow {TR} at (0,2) size 177x2
RenderTableCell {TD} at (2,2) size 3x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
RenderTableRow {TR} at (0,6) size 177x0
RenderTableCell {TD} at (2,6) size 169x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
- RenderTableRow {TR} at (0,8) size 177x0
+ RenderTableRow {TR} at (0,8) size 177x1
RenderTableCell {TD} at (173,25) size 2x2 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
- RenderTableRow {TR} at (0,10) size 177x34
- RenderTableCell {TD} at (2,10) size 169x34 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+ RenderTableRow {TR} at (0,11) size 177x34
+ RenderTableCell {TD} at (2,11) size 169x34 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
RenderTable {TABLE} at (1,1) size 167x32
RenderTableSection {TBODY} at (0,0) size 167x32
RenderTableRow {TR} at (0,2) size 167x28
@@ -20,5 +20,5 @@ layer at (0,0) size 800x600
RenderTableCell {TD} at (6,2) size 159x28 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
RenderTextControl {INPUT} at (3,3) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (0,0) size 0x0
-layer at (22,27) size 149x16
+layer at (22,28) size 149x16
RenderBlock {DIV} at (2,3) size 149x16

Powered by Google App Engine
This is Rietveld 408576698