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

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: layout test 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
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/core/html/canvas/CanvasPathMethods.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a1517effb2d563c6c188608f8986887ec4319e6b..05b0df52f7f0bf1a10053bf4c9be764a58a038bb 100644
--- a/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
+++ b/LayoutTests/fast/canvas/script-tests/canvas-path-object.js
@@ -11,4 +11,5 @@ shouldBe("typeof path.quadraticCurveTo", '"function"');
shouldBe("typeof path.bezierCurveTo", '"function"');
shouldBe("typeof path.arcTo", '"function"');
shouldBe("typeof path.arc", '"function"');
-shouldBe("typeof path.rect", '"function"');
+shouldBe("typeof path.rect", '"function"');
+shouldBe("typeof path.ellipse", '"function"');
Inactive 2014/03/09 04:26:37 You likely need to rebaseline as the test as well.
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/core/html/canvas/CanvasPathMethods.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698