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

Side by Side Diff: LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 Test texImage2D conversions. 1 Test texImage2D conversions.
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 PASS getError was expected value: NO_ERROR : Should be no errors from setup. 5 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 9
7 check pixels are NOT pre-multiplied 10 check pixels are NOT pre-multiplied
8 PASS getError was expected value: NO_ERROR : Should be no errors from setup 11 PASS getError was expected value: NO_ERROR : Should be no errors from setup
9 PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255 12 PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255
10 PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255 13 PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255
11 PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255 14 PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255
12 PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255 15 PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255
13 PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255 16 PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255
14 PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255 17 PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255
15 PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255 18 PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 PASS getError was expected value: NO_ERROR : Should be no errors 120 PASS getError was expected value: NO_ERROR : Should be no errors
118 PASS uploading PNGs with same data but various ICC profiles should generate the same results 121 PASS uploading PNGs with same data but various ICC profiles should generate the same results
119 122
120 check uploading of indexed PNG images 123 check uploading of indexed PNG images
121 PASS getError was expected value: NO_ERROR : Should be no errors from setup 124 PASS getError was expected value: NO_ERROR : Should be no errors from setup
122 PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255 125 PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255
123 126
124 PASS successfullyParsed is true 127 PASS successfullyParsed is true
125 128
126 TEST COMPLETE 129 TEST COMPLETE
127 PASS successfullyParsed is true
128
129 TEST COMPLETE
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698