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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args-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 Tests texSubImage2D with bad arguments
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6 PASS getError was expected value: NO_ERROR : Setup should succeed
7 PASS getError was expected value: INVALID_VALUE : null argument
8 PASS getError was expected value: INVALID_VALUE : y + height > texture height
9 PASS getError was expected value: INVALID_VALUE : x + width > texture width
10 PASS getError was expected value: INVALID_VALUE : negative x
11 PASS getError was expected value: INVALID_VALUE : negative y
12 PASS getError was expected value: INVALID_VALUE : negative level
13 PASS getError was expected value: INVALID_ENUM : bad target
14 PASS getError was expected value: NO_ERROR : good args
15 PASS getError was expected value: INVALID_OPERATION : format not same as origina l
16 PASS getError was expected value: INVALID_OPERATION : type not same as original
17 PASS getError was expected value: NO_ERROR : make texture RGB
18 PASS getError was expected value: NO_ERROR : format same as original RGB
19 PASS getError was expected value: INVALID_OPERATION : format not same as origina l RGB
20 PASS getError was expected value: INVALID_OPERATION : type not same as original RGB
21 PASS getError was expected value: NO_ERROR : make texture RGBA 4_4_4_4
22 PASS getError was expected value: NO_ERROR : format same as original RGBA 4_4_4_ 4
23 PASS getError was expected value: INVALID_OPERATION : format not same as origina l RGBA 4_4_4_4
24 PASS getError was expected value: INVALID_OPERATION : type not same as original RGBA 4_4_4_4
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698