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

Unified Diff: LayoutTests/fast/canvas/canvas-arc-negative-radius.html

Issue 178673002: Rename Path to Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@path
Patch Set: Merge to head which includes isPoint and addPath changes. 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 | LayoutTests/fast/canvas/canvas-arc-negative-radius-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-arc-negative-radius.html
diff --git a/LayoutTests/fast/canvas/canvas-arc-negative-radius.html b/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
index aaa1d0d135a7ce0de79ccd172f326cf39708585b..a1810f53b5e1f51acf0fa6be782bf0529d750d0b 100644
--- a/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
+++ b/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
@@ -21,7 +21,7 @@ shouldNotThrow("ctx.arcTo(10, 10, 20, 20, 5)")
shouldNotThrow("ctx.arcTo(10, 10, 20, 20, 0)")
shouldThrow("ctx.arcTo(10, 10, 20, 20, -5)")
-var path = new Path();
+var path = new Path2D();
shouldNotThrow("path.arc(10, 10, 5, 0, 1, false)");
shouldNotThrow("path.arc(10, 10, 0, 0, 1, false)");
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-arc-negative-radius-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698