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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Ensure that the constructor for Path object and dependent functions exist. 1 Ensure that the constructor for Path object and dependent functions exist.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS typeof document.getElementById is "function" 6 PASS typeof document.getElementById is "function"
7 PASS path is an instance of Path 7 PASS path is an instance of Path2D
8 PASS typeof path.closePath is "function" 8 PASS typeof path.closePath is "function"
9 PASS typeof path.moveTo is "function" 9 PASS typeof path.moveTo is "function"
10 PASS typeof path.lineTo is "function" 10 PASS typeof path.lineTo is "function"
11 PASS typeof path.quadraticCurveTo is "function" 11 PASS typeof path.quadraticCurveTo is "function"
12 PASS typeof path.bezierCurveTo is "function" 12 PASS typeof path.bezierCurveTo is "function"
13 PASS typeof path.arcTo is "function" 13 PASS typeof path.arcTo is "function"
14 PASS typeof path.arc is "function" 14 PASS typeof path.arc is "function"
15 PASS typeof path.rect is "function" 15 PASS typeof path.rect is "function"
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW
« 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