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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565-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 canvas elements (RGB/UNSIG NED_SHORT_5_6_5) 1 Verify texImage2D and texSubImage2D code paths taking canvas elements (RGB/UNSIG NED_SHORT_5_6_5)
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
15 Testing texSubImage2D with flipY=true 18 Testing texSubImage2D with flipY=true
16 Checking lower left corner 19 Checking lower left corner
17 PASS shouldBe 0,255,0 20 PASS shouldBe 0,255,0
18 Checking upper left corner 21 Checking upper left corner
19 PASS shouldBe 255,0,0 22 PASS shouldBe 255,0,0
20 Testing texSubImage2D with flipY=false 23 Testing texSubImage2D with flipY=false
21 Checking lower left corner 24 Checking lower left corner
22 PASS shouldBe 255,0,0 25 PASS shouldBe 255,0,0
23 Checking upper left corner 26 Checking upper left corner
24 PASS shouldBe 0,255,0 27 PASS shouldBe 0,255,0
25 PASS getError was expected value: NO_ERROR : should be no errors 28 PASS getError was expected value: NO_ERROR : should be no errors
26 PASS successfullyParsed is true 29 PASS successfullyParsed is true
27 30
28 TEST COMPLETE 31 TEST COMPLETE
29 PASS successfullyParsed is true
30
31 TEST COMPLETE
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698