Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-alphaImageData-behavior-expected.txt
blob5574fc081e6a32686c86b99e501f1d215683fd80
1 Series of tests to ensure correct behaviour of getImageData and putImageData when alpha is involved
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS imgdata[4] is 0
7 PASS imgdata[5] is 255
8 PASS imgdata[6] is 0
9 PASS imgdata[7] is 254
10 PASS imgdata[4] is 0
11 PASS imgdata[5] is 255
12 PASS imgdata[6] is 0
13 PASS imgdata[7] is 254
14 PASS successfullyParsed is true
16 TEST COMPLETE