--- /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-path-constructors-expected.txt +++ /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-path-constructors-actual.txt @@ -4,15 +4,15 @@ Test constructor Path2D(). -PASS imgdata[4] is 255 +FAIL imgdata[4] should be 255. Was 0. PASS imgdata[5] is 255 -PASS imgdata[6] is 0 +FAIL imgdata[6] should be 0. Was 255. PASS imgdata[7] is 255 Test constructor Path2D(DOMString) which takes a SVG data string. -PASS imgdata[4] is 0 +FAIL imgdata[4] should be 0. Was 255. PASS imgdata[5] is 0 -PASS imgdata[6] is 255 +FAIL imgdata[6] should be 255. Was 0. PASS imgdata[7] is 255 Test constructor Path2D(Path2D) which takes another Path2D object.