diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 237e6aa0c72..bd3460282f0 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -384774,7 +384774,7 @@ "support" ], "2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm": [ - "e657cc289d49e8b8e54a7d1405dda6a6a07a8847", + "b8a61ac997df38fa8b14ce0024ffa3b4f74bee5d", "support" ], "2dcontext/building-paths/canvas_complexshapes_arcto_001.htm": [ diff --git a/tests/wpt/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm b/tests/wpt/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm index 6fc212ea482..5a1ea381aaf 100644 --- a/tests/wpt/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm +++ b/tests/wpt/web-platform-tests/2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm @@ -4,6 +4,7 @@
Description: If x1,y1 and x2,y2 are the same point, then arcTo must add x1,y1 to the subpath, and connect that point to x0,y0 with a straight line.