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

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

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
(Empty)
1 Verify texImage2D and texSubImage2D code paths taking SVG image elements
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8 Testing texImage2D with flipY=true
9 Checking lower left corner
10 PASS shouldBe 0,255,0
11 Checking upper left corner
12 PASS shouldBe 0,0,0
13 Testing texImage2D with flipY=false
14 Checking lower left corner
15 PASS shouldBe 0,0,0
16 Checking upper left corner
17 PASS shouldBe 0,255,0
18 Testing texSubImage2D with flipY=true
19 Checking lower left corner
20 PASS shouldBe 0,255,0
21 Checking upper left corner
22 PASS shouldBe 0,0,0
23 Testing texSubImage2D with flipY=false
24 Checking lower left corner
25 PASS shouldBe 0,0,0
26 Checking upper left corner
27 PASS shouldBe 0,255,0
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698