OLD | NEW |
| (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 | |
OLD | NEW |