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

Unified Diff: third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html

Issue 2731393002: Remove SK_SUPPORT_LEGACY_BROKEN_LERP (Closed)
Patch Set: rebase Created 3 years, 9 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: third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html
diff --git a/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html b/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html
index 28c0c675d0c84e28dbf82de17e9c10ca4d7860d0..018ebd08d0e68020e6e8e8abeb6d4cb5817cb461 100644
--- a/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html
+++ b/third_party/WebKit/LayoutTests/canvas/philip/tests/2d.path.arcTo.shape.curve2.html
@@ -40,8 +40,7 @@ _assertPixel(canvas, 64,22, 0,255,0,255, "64,22", "0,255,0,255");
_assertPixel(canvas, 65,21, 0,255,0,255, "65,21", "0,255,0,255");
_assertPixel(canvas, 72,28, 0,255,0,255, "72,28", "0,255,0,255");
_assertPixel(canvas, 73,27, 0,255,0,255, "73,27", "0,255,0,255");
-// See bug chromium:696216
-_assertPixel(canvas, 78,36, 0,255,0,254, "78,36", "0,255,0,254 (but it should be 0, 255, 0, 255)");
+_assertPixel(canvas, 78,36, 0,255,0,255, "78,36", "0,255,0,255");
_assertPixel(canvas, 79,35, 0,255,0,255, "79,35", "0,255,0,255");
_assertPixel(canvas, 80,44, 0,255,0,255, "80,44", "0,255,0,255");
_assertPixel(canvas, 80,45, 0,255,0,255, "80,45", "0,255,0,255");
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | third_party/WebKit/LayoutTests/compositing/overflow/clip-parent-reset-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698