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

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: 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/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 99f5693191a623dfce00e23fb13d208eac0b803e..4c804bb16db354246b17106b7ed7ce3c060d30c9 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/Path2D.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698