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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt

Issue 1315233003: WebGL's SVGImage buffer should be cleared (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 Verify texImage2D and texSubImage2D code paths taking SVG image elements 1 Verify texImage2D and texSubImage2D code paths taking SVG image elements
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 5 PASS successfullyParsed is true
6 6
7 TEST COMPLETE 7 TEST COMPLETE
8 Testing texImage2D with flipY=true 8 Testing texImage2D with flipY=true
9 Checking lower left corner 9 Checking lower left corner
10 PASS shouldBe 0,255,0 10 PASS shouldBe 0,255,0
11 Checking upper left corner 11 Checking upper left corner
12 PASS shouldBe 255,0,0 12 PASS shouldBe 0,0,0
13 Testing texImage2D with flipY=false 13 Testing texImage2D with flipY=false
14 Checking lower left corner 14 Checking lower left corner
15 PASS shouldBe 255,0,0 15 PASS shouldBe 0,0,0
16 Checking upper left corner 16 Checking upper left corner
17 PASS shouldBe 0,255,0 17 PASS shouldBe 0,255,0
18 Testing texSubImage2D with flipY=true 18 Testing texSubImage2D with flipY=true
19 Checking lower left corner 19 Checking lower left corner
20 PASS shouldBe 0,255,0 20 PASS shouldBe 0,255,0
21 Checking upper left corner 21 Checking upper left corner
22 PASS shouldBe 255,0,0 22 PASS shouldBe 0,0,0
23 Testing texSubImage2D with flipY=false 23 Testing texSubImage2D with flipY=false
24 Checking lower left corner 24 Checking lower left corner
25 PASS shouldBe 255,0,0 25 PASS shouldBe 0,0,0
26 Checking upper left corner 26 Checking upper left corner
27 PASS shouldBe 0,255,0 27 PASS shouldBe 0,255,0
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 31
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/resources/transparent-green.svg ('k') | Source/modules/webgl/WebGLRenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698