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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html

Issue 14298022: Add support for new canvas ellipse method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase to upstream. Make canvas-ellipse-circumference cover more extensive cases. Created 7 years, 4 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/inspector/profiler/canvas2d/canvas2d-api-changes.html
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
index 7f99cb0240b5a910ebb386bace63c34f6d51aa19..1a2feb60a33d15b0a30a20caf1769885ef8c65c9 100644
--- a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
@@ -46,6 +46,7 @@ CanvasRenderingContext2DResource.PathMethods = [
"bezierCurveTo",
"arcTo",
"arc",
+ "ellipse",
Stephen White 2013/08/27 14:23:50 Rather than just adding this, we should mark this
"rect"
];

Powered by Google App Engine
This is Rietveld 408576698