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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-expected.txt

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
2 Verify copyTexImage2D and copyTexSubImage2D
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 Testing with antialias on
10 Testing copyTexImage2D
11 PASS getError was expected value: NO_ERROR :
12 PASS getError was expected value: NO_ERROR :
13 PASS pixel is correctColor
14 PASS pixel is correctColor
15 PASS pixel is correctColor
16 PASS pixel is correctColor
17 Testing copyTexSubImage2D
18 PASS getError was expected value: NO_ERROR :
19 PASS getError was expected value: NO_ERROR :
20 PASS pixel is correctColor
21 PASS pixel is correctColor
22 PASS pixel is correctColor
23 PASS pixel is correctColor
24 Testing with antialias off
25 Testing copyTexImage2D
26 PASS getError was expected value: NO_ERROR :
27 PASS getError was expected value: NO_ERROR :
28 PASS pixel is correctColor
29 PASS pixel is correctColor
30 PASS pixel is correctColor
31 PASS pixel is correctColor
32 Testing copyTexSubImage2D
33 PASS getError was expected value: NO_ERROR :
34 PASS getError was expected value: NO_ERROR :
35 PASS pixel is correctColor
36 PASS pixel is correctColor
37 PASS pixel is correctColor
38 PASS pixel is correctColor
39 PASS successfullyParsed is true
40
41 TEST COMPLETE
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698