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

Unified Diff: LayoutTests/fast/table/empty-cells-expected.txt

Issue 163163002: top and bottom black background line not getting displayed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/fast/table/empty-cells-expected.txt
diff --git a/LayoutTests/fast/table/empty-cells-expected.txt b/LayoutTests/fast/table/empty-cells-expected.txt
index 1c851389d3b9c37333cf2c8ce4569fee3cc47c88..4d77631cf9819bf8a27fc559fc9e0fef9e8f827f 100644
--- a/LayoutTests/fast/table/empty-cells-expected.txt
+++ b/LayoutTests/fast/table/empty-cells-expected.txt
@@ -78,8 +78,8 @@ layer at (0,0) size 785x783
RenderTable {TABLE} at (0,292) size 785x29 [border: (2px solid #000000)]
RenderTableSection {TBODY} at (2,2) size 781x25
RenderTableRow {TR} at (0,0) size 781x25
- RenderTableCell {TD} at (0,12) size 0x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (0,3) size 781x18 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (0,12) size 391x0 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (391,3) size 390x18 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (0,0) size 261x18
text run at (0,0) width 261: "First cell empty but has background color"
RenderTable {TABLE} at (0,321) size 785x54 [border: (2px solid #000000)]

Powered by Google App Engine
This is Rietveld 408576698