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

Side by Side Diff: LayoutTests/fast/canvas/canvas-path-object-expected.txt

Issue 191923002: CanvasPathMethods should be shared with CRC2D and Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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 Path2D 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 typeof path.ellipse is "function"
16 PASS successfullyParsed is true 17 PASS successfullyParsed is true
17 18
18 TEST COMPLETE 19 TEST COMPLETE
19 20
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/script-tests/canvas-path-object.js » ('j') | Source/core/html/canvas/Path2D.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698