Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / tex-image-and-sub-image-2d-with-svg-image-expected.txt
blob9acb45d89e4e482496cd3d92497d48ef29f1b420
1 Verify texImage2D and texSubImage2D code paths taking SVG image elements
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS successfullyParsed is true
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
30 TEST COMPLETE