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

Unified Diff: LayoutTests/fast/canvas/canvas-path-object-expected.txt

Issue 191923002: CanvasPathMethods should be shared with CRC2D and Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/canvas-path-object-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-path-object-expected.txt b/LayoutTests/fast/canvas/canvas-path-object-expected.txt
index 5de22bc79ddc3db825b1c547758c5ae33799f868..c6c9c958adcaf325db82ce2b4846bc4e8b0714ef 100644
--- a/LayoutTests/fast/canvas/canvas-path-object-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-path-object-expected.txt
@@ -13,6 +13,7 @@ PASS typeof path.bezierCurveTo is "function"
PASS typeof path.arcTo is "function"
PASS typeof path.arc is "function"
PASS typeof path.rect is "function"
+PASS typeof path.ellipse is "function"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/script-tests/canvas-path-object.js » ('j') | Source/core/html/canvas/CanvasPathMethods.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698