Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt
blob4c76758ccebde537ab84c6d0a7f33826192e0f74
1 Verify texImage2D and texSubImage2D code paths taking video elements (RGBA/UNSIGNED_SHORT_4_4_4_4)
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 Testing texImage2D with flipY=true
6 Checking lower left corner
7 PASS shouldBe 0,255,0
8 Checking upper left corner
9 PASS shouldBe 255,0,0
10 Testing texImage2D with flipY=false
11 Checking lower left corner
12 PASS shouldBe 255,0,0
13 Checking upper left corner
14 PASS shouldBe 0,255,0
15 Testing texSubImage2D with flipY=true
16 Checking lower left corner
17 PASS shouldBe 0,255,0
18 Checking upper left corner
19 PASS shouldBe 255,0,0
20 Testing texSubImage2D with flipY=false
21 Checking lower left corner
22 PASS shouldBe 255,0,0
23 Checking upper left corner
24 PASS shouldBe 0,255,0
25 PASS getError was expected value: NO_ERROR : should be no errors
26 PASS successfullyParsed is true
28 TEST COMPLETE