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

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

Issue 2689243002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments Created 3 years, 10 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
(Empty)
1 Ensure that the constructor for Path object and dependent functions exist.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS typeof document.getElementById is "function"
7 PASS path is an instance of Path2D
8 PASS typeof path.closePath is "function"
9 PASS typeof path.moveTo is "function"
10 PASS typeof path.lineTo is "function"
11 PASS typeof path.quadraticCurveTo is "function"
12 PASS typeof path.bezierCurveTo is "function"
13 PASS typeof path.arcTo is "function"
14 PASS typeof path.arc is "function"
15 PASS typeof path.rect is "function"
16 PASS typeof path.ellipse is "function"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698