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

Unified Diff: LayoutTests/fast/canvas/canvas-path-object-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-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 5de22bc79ddc3db825b1c547758c5ae33799f868..99f5693191a623dfce00e23fb13d208eac0b803e 100644
--- a/LayoutTests/fast/canvas/canvas-path-object-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-path-object-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS typeof document.getElementById is "function"
-PASS path is an instance of Path
+PASS path is an instance of Path2D
PASS typeof path.closePath is "function"
PASS typeof path.moveTo is "function"
PASS typeof path.lineTo is "function"
« no previous file with comments | « LayoutTests/fast/canvas/canvas-path-addpath-expected.txt ('k') | LayoutTests/fast/canvas/script-tests/canvas-currentPath.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698