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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-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 1
2 Verify texImage2D and texSubImage2D code paths taking ImageData (RGBA/UNSIGNED_B YTE) 2 Verify texImage2D and texSubImage2D code paths taking ImageData (RGBA/UNSIGNED_B YTE)
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 Testing texImage2D with flipY=true and premultiplyAlpha=false 9 Testing texImage2D with flipY=true and premultiplyAlpha=false
7 Checking bottom pixel 10 Checking bottom pixel
8 PASS shouldBe 0,255,0,255 11 PASS shouldBe 0,255,0,255
9 Checking top pixel 12 Checking top pixel
10 PASS shouldBe 255,0,0,255 13 PASS shouldBe 255,0,0,255
11 Testing texImage2D with flipY=false and premultiplyAlpha=false 14 Testing texImage2D with flipY=false and premultiplyAlpha=false
12 Checking bottom pixel 15 Checking bottom pixel
13 PASS shouldBe 255,0,0,255 16 PASS shouldBe 255,0,0,255
14 Checking top pixel 17 Checking top pixel
15 PASS shouldBe 0,255,0,255 18 PASS shouldBe 0,255,0,255
(...skipping 24 matching lines...) Expand all
40 PASS shouldBe 255,0,0,255 43 PASS shouldBe 255,0,0,255
41 Testing texSubImage2D with flipY=false and premultiplyAlpha=true 44 Testing texSubImage2D with flipY=false and premultiplyAlpha=true
42 Checking bottom pixel 45 Checking bottom pixel
43 PASS shouldBe 255,0,0,255 46 PASS shouldBe 255,0,0,255
44 Checking top pixel 47 Checking top pixel
45 PASS shouldBe 0,0,0,255 48 PASS shouldBe 0,0,0,255
46 PASS getError was expected value: NO_ERROR : should be no errors 49 PASS getError was expected value: NO_ERROR : should be no errors
47 PASS successfullyParsed is true 50 PASS successfullyParsed is true
48 51
49 TEST COMPLETE 52 TEST COMPLETE
50 PASS successfullyParsed is true
51
52 TEST COMPLETE
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698