| 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 97e07f21e007a3994fa1c4c63f6a4b1502d07429..28c0c675d0c84e28dbf82de17e9c10ca4d7860d0 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,7 +40,8 @@ _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");
|
| -_assertPixel(canvas, 78,36, 0,255,0,254, "78,36", "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, 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");
|
|
|