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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551-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 Verify texImage2D and texSubImage2D code paths taking image elements (RGBA/UNSIG NED_SHORT_5_5_5_1) 1 Verify texImage2D and texSubImage2D code paths taking image elements (RGBA/UNSIG NED_SHORT_5_5_5_1)
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 successfullyParsed is true
6
7 TEST COMPLETE
5 Testing texImage2D with flipY=true 8 Testing texImage2D with flipY=true
6 Checking lower left corner 9 Checking lower left corner
7 PASS shouldBe 0,255,0 10 PASS shouldBe 0,255,0
8 Checking upper left corner 11 Checking upper left corner
9 PASS shouldBe 255,0,0 12 PASS shouldBe 255,0,0
10 Testing texImage2D with flipY=false 13 Testing texImage2D with flipY=false
11 Checking lower left corner 14 Checking lower left corner
12 PASS shouldBe 255,0,0 15 PASS shouldBe 255,0,0
13 Checking upper left corner 16 Checking upper left corner
14 PASS shouldBe 0,255,0 17 PASS shouldBe 0,255,0
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 Testing texSubImage2D with flipY=false 63 Testing texSubImage2D with flipY=false
61 Checking lower left corner 64 Checking lower left corner
62 PASS shouldBe 255,0,0 65 PASS shouldBe 255,0,0
63 Checking upper left corner 66 Checking upper left corner
64 PASS shouldBe 0,255,0 67 PASS shouldBe 0,255,0
65 PASS getError was expected value: NO_ERROR : should be no errors 68 PASS getError was expected value: NO_ERROR : should be no errors
66 PASS successfullyParsed is true 69 PASS successfullyParsed is true
67 70
68 TEST COMPLETE 71 TEST COMPLETE
69 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698