/home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-path-constructors-actual.txt

44
55
66Test constructor Path2D().
7 PASS imgdata[4] is 255
 7FAIL imgdata[4] should be 255. Was 0.
88PASS imgdata[5] is 255
9 PASS imgdata[6] is 0
 9FAIL imgdata[6] should be 0. Was 255.
1010PASS imgdata[7] is 255
1111
1212Test constructor Path2D(DOMString) which takes a SVG data string.
13 PASS imgdata[4] is 0
 13FAIL imgdata[4] should be 0. Was 255.
1414PASS imgdata[5] is 0
15 PASS imgdata[6] is 255
 15FAIL imgdata[6] should be 255. Was 0.
1616PASS imgdata[7] is 255
1717
1818Test constructor Path2D(Path2D) which takes another Path2D object.