Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-set-properties-with-non-invertible-ctm-expected.txt
blob150d1db93c3c58da4bc22f2938e3c210396c537e
1 Tests to make sure we can assign to non-ctm effected properties with a non-invertible ctm set
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS ctx.fillStyle is "#008000"
7 PASS imageData.data[0] is 0
8 PASS imageData.data[1] is 128
9 PASS imageData.data[2] is 0
10 PASS ctx.strokeStyle is "#008000"
11 PASS imageData.data[0] is 0
12 PASS imageData.data[1] is 128
13 PASS imageData.data[2] is 0
14 PASS imageData.data[0] is 0
15 PASS imageData.data[1] is 128
16 PASS imageData.data[2] is 0
17 PASS imageData.data[0] is 0
18 PASS imageData.data[1] is 128
19 PASS imageData.data[2] is 0
20 PASS successfullyParsed is true
22 TEST COMPLETE