Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-fill-rule-expected.txt
blob956e1342ff32f190449de3341e7a2d0267da0a95
1 Series of tests to ensure correct results of the winding rule.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing default fill
7 PASS pixelDataAtPoint()[0] is within 5 of 0
8 PASS pixelDataAtPoint()[1] is within 5 of 255
9 PASS pixelDataAtPoint()[2] is within 5 of 0
10 PASS pixelDataAtPoint()[3] is within 5 of 255
12 Testing nonzero fill
13 PASS pixelDataAtPoint()[0] is within 5 of 0
14 PASS pixelDataAtPoint()[1] is within 5 of 255
15 PASS pixelDataAtPoint()[2] is within 5 of 0
16 PASS pixelDataAtPoint()[3] is within 5 of 255
18 Testing evenodd fill
19 PASS pixelDataAtPoint()[0] is within 5 of 255
20 PASS pixelDataAtPoint()[1] is within 5 of 0
21 PASS pixelDataAtPoint()[2] is within 5 of 0
22 PASS pixelDataAtPoint()[3] is within 5 of 255
24 PASS successfullyParsed is true
26 TEST COMPLETE