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

Unified Diff: LayoutTests/fast/canvas/canvas-currentPath-expected.txt

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
Index: LayoutTests/fast/canvas/canvas-currentPath-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-currentPath-expected.txt b/LayoutTests/fast/canvas/canvas-currentPath-expected.txt
index ecdf327298074c18d1130b2a13912dcd4406c06c..a7f294f18a63a3113ba1658c480bc26ce784e6a3 100644
--- a/LayoutTests/fast/canvas/canvas-currentPath-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-currentPath-expected.txt
@@ -36,7 +36,7 @@ PASS ctx.isPointInPath(249,249) is true
Test that currentPath returns a path object.
PASS p is null
-PASS p is an instance of Path
+PASS p is an instance of Path2D
Create context path and test that it exists.
PASS ctx.isPointInPath(49,49) is true

Powered by Google App Engine
This is Rietveld 408576698