--- /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-modify-emptyPath-expected.txt +++ /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-modify-emptyPath-actual.txt @@ -8,20 +8,20 @@ Test canvas.rect() with width = height = 0. PASS getColor(1,1) is [0,0,0,0] Test lineTo sequence -PASS getColor(0,0) is [255,0,0,255] +FAIL getColor(0,0) should be 255,0,0,255. Was 0,0,255,255. PASS getColor(50,50) is [0,128,0,255] Test quadraticCurveTo -PASS getColor(10,10) is [255,0,0,255] +FAIL getColor(10,10) should be 255,0,0,255. Was 0,0,255,255. PASS getColor(50,50) is [0,128,0,255] Test quadraticCurveTo endpoint -PASS getColor(10,10) is [255,0,0,255] +FAIL getColor(10,10) should be 255,0,0,255. Was 0,0,255,255. PASS getColor(99,51) is [0,128,0,255] PASS getColor(50,50) is [0,128,0,255] Test bezierCurveTo -PASS getColor(10,10) is [255,0,0,255] +FAIL getColor(10,10) should be 255,0,0,255. Was 0,0,255,255. PASS getColor(50,50) is [0,128,0,255] Test bezierCurveTo endpoint -PASS getColor(10,10) is [255,0,0,255] +FAIL getColor(10,10) should be 255,0,0,255. Was 0,0,255,255. PASS getColor(99,51) is [0,128,0,255] PASS getColor(50,50) is [0,128,0,255] PASS successfullyParsed is true