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

Unified Diff: LayoutTests/fast/table/auto-100-percent-width-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/auto-100-percent-width-expected.txt
diff --git a/LayoutTests/fast/table/auto-100-percent-width-expected.txt b/LayoutTests/fast/table/auto-100-percent-width-expected.txt
index 0e2dfccf159baad77170c431ae5e5d4687a2b49c..4599a4a7cb1abb7ec9a1320c0ec3965a27045b6c 100644
--- a/LayoutTests/fast/table/auto-100-percent-width-expected.txt
+++ b/LayoutTests/fast/table/auto-100-percent-width-expected.txt
@@ -8,5 +8,5 @@ layer at (70,40) size 480x540
RenderTable {TABLE} at (0,0) size 480x540
RenderTableSection {TBODY} at (0,0) size 480x540
RenderTableRow {TR} at (0,0) size 480x540
- RenderTableCell {TD} at (0,269) size 480x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
- RenderTableCell {TD} at (480,270) size 0x0 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (0,269) size 479x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {TD} at (479,270) size 1x0 [bgcolor=#FF0000] [r=0 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698