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

Unified Diff: LayoutTests/fast/canvas/script-tests/canvas-path-object.js

Issue 191923002: CanvasPathMethods should be shared with CRC2D and Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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: LayoutTests/fast/canvas/script-tests/canvas-path-object.js
diff --git a/LayoutTests/fast/canvas/script-tests/canvas-path-object.js b/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
index 7a62b4fd4b8aa5df35bbed002c2e9a7f0a997a7f..73610aa9e1d2e7b612a3abde870b365e58467031 100644
--- a/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
+++ b/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
@@ -12,3 +12,4 @@ shouldBe("typeof path.bezierCurveTo", '"function"');
shouldBe("typeof path.arcTo", '"function"');
shouldBe("typeof path.arc", '"function"');
shouldBe("typeof path.rect", '"function"');
+shouldBe("typeof path.ellipse", '"function"');

Powered by Google App Engine
This is Rietveld 408576698