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

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

Issue 2826773002: Rename CanvasPathMethods to CanvasPath (Closed)
Patch Set: x Created 3 years, 8 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 | third_party/WebKit/LayoutTests/fast/canvas/canvas-ellipse-negative-radius.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-negative-radius.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
index 8c52cc5b6a6a0ef3d9b3720fc516e7ddc8e6642e..57e2937dc05cf5abfa531c982206d021d7cf0496 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-arc-negative-radius.html
@@ -25,5 +25,5 @@ test(function(t) {
path.arcTo(10, 10, 20, 20, 5);
path.arcTo(10, 10, 20, 20, 0);
assert_throws(null, function() {path.arcTo(10, 10, 20, 20, -5);});
-}, 'Tests CanvasPathMethods arc and arcTo with negative radii.');
+}, 'Tests CanvasPath arc and arcTo with negative radii.');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/canvas-ellipse-negative-radius.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698