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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565-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 canvas elements (RGB/UNSIG NED_SHORT_5_6_5)
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 255,0,0
13 Checking if pixel values in source canvas change after canvas used as webgl text ure
14 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t exture.
15 Testing texImage2D with flipY=false
16 Checking lower left corner
17 PASS shouldBe 255,0,0
18 Checking upper left corner
19 PASS shouldBe 0,255,0
20 Checking if pixel values in source canvas change after canvas used as webgl text ure
21 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t exture.
22 Testing texSubImage2D with flipY=true
23 Checking lower left corner
24 PASS shouldBe 0,255,0
25 Checking upper left corner
26 PASS shouldBe 255,0,0
27 Checking if pixel values in source canvas change after canvas used as webgl text ure
28 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t exture.
29 Testing texSubImage2D with flipY=false
30 Checking lower left corner
31 PASS shouldBe 255,0,0
32 Checking upper left corner
33 PASS shouldBe 0,255,0
34 Checking if pixel values in source canvas change after canvas used as webgl text ure
35 PASS Pixel values in source canvas remain unchanged after canvas used in webgl t exture.
36 PASS getError was expected value: NO_ERROR : should be no errors
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698