--- /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-clearRect-expected.txt +++ /home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-clearRect-actual.txt @@ -4,17 +4,17 @@ Test canvas.clearRect() with height = width = 0. -PASS imgdata[0] is 255 +FAIL imgdata[0] should be 255. Was 0. PASS imgdata[1] is 0 -PASS imgdata[2] is 0 +FAIL imgdata[2] should be 0. Was 255. Test canvas.clearRect() with height = 0, width = 1. -PASS imgdata[0] is 255 +FAIL imgdata[0] should be 255. Was 0. PASS imgdata[1] is 0 -PASS imgdata[2] is 0 +FAIL imgdata[2] should be 0. Was 255. Test canvas.clearRect() with height = 1, width = 0. -PASS imgdata[0] is 255 +FAIL imgdata[0] should be 255. Was 0. PASS imgdata[1] is 0 -PASS imgdata[2] is 0 +FAIL imgdata[2] should be 0. Was 255. PASS successfullyParsed is true TEST COMPLETE