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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-modify-emptyPath-expected.txt

Issue 2694703004: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: 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 This tests behaviour of path modification APIs on an empty path.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Test lineTo
7 PASS getColor(40,40) is [0,128,0,255]
8 Test canvas.rect() with width = height = 0.
9 PASS getColor(1,1) is [0,0,0,0]
10 Test lineTo sequence
11 PASS getColor(0,0) is [255,0,0,255]
12 PASS getColor(50,50) is [0,128,0,255]
13 Test quadraticCurveTo
14 PASS getColor(10,10) is [255,0,0,255]
15 PASS getColor(50,50) is [0,128,0,255]
16 Test quadraticCurveTo endpoint
17 PASS getColor(10,10) is [255,0,0,255]
18 PASS getColor(99,51) is [0,128,0,255]
19 PASS getColor(50,50) is [0,128,0,255]
20 Test bezierCurveTo
21 PASS getColor(10,10) is [255,0,0,255]
22 PASS getColor(50,50) is [0,128,0,255]
23 Test bezierCurveTo endpoint
24 PASS getColor(10,10) is [255,0,0,255]
25 PASS getColor(99,51) is [0,128,0,255]
26 PASS getColor(50,50) is [0,128,0,255]
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698