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

Unified Diff: LayoutTests/platform/win/fast/table/colspanMinWidth-vertical-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-vertical-expected.txt
diff --git a/LayoutTests/platform/win/fast/table/colspanMinWidth-vertical-expected.txt b/LayoutTests/platform/win/fast/table/colspanMinWidth-vertical-expected.txt
index 54894a7d3aac85e96acd04ad5c7fab00b9702761..32c272e534ff7a26c5f1e1878e303047de1bae5d 100644
--- a/LayoutTests/platform/win/fast/table/colspanMinWidth-vertical-expected.txt
+++ b/LayoutTests/platform/win/fast/table/colspanMinWidth-vertical-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 177x177
- RenderTableSection {TBODY} at (0,0) size 177x177
+ RenderTable {TABLE} at (0,0) size 178x177
+ RenderTableSection {TBODY} at (0,0) size 178x177
RenderTableRow {TR} at (0,2) size 2x177
RenderTableCell {TD} at (2,2) size 2x3 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
RenderTableRow {TR} at (0,6) size 0x177
- RenderTableCell {TD} at (6,2) size 2x169 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
- RenderTableRow {TR} at (0,8) size 0x177
- RenderTableCell {TD} at (8,255) size 167x-163 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
- RenderTableRow {TR} at (0,10) size 165x177
- RenderTableCell {TD} at (10,2) size 165x169 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
+ RenderTableCell {TD} at (6,2) size 3x168 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
+ RenderTableRow {TR} at (0,8) size 1x177
+ RenderTableCell {TD} at (8,256) size 168x-164 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
+ RenderTableRow {TR} at (0,11) size 165x177
+ RenderTableCell {TD} at (11,2) size 165x169 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
RenderTable {TABLE} at (1,1) size 163x167
RenderTableSection {TBODY} at (0,0) size 163x167
RenderTableRow {TR} at (0,2) size 159x167

Powered by Google App Engine
This is Rietveld 408576698