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

44
55
66Test canvas.clearRect() with height = width = 0.
7 PASS imgdata[0] is 255
 7FAIL imgdata[0] should be 255. Was 0.
88PASS imgdata[1] is 0
9 PASS imgdata[2] is 0
 9FAIL imgdata[2] should be 0. Was 255.
1010Test canvas.clearRect() with height = 0, width = 1.
11 PASS imgdata[0] is 255
 11FAIL imgdata[0] should be 255. Was 0.
1212PASS imgdata[1] is 0
13 PASS imgdata[2] is 0
 13FAIL imgdata[2] should be 0. Was 255.
1414Test canvas.clearRect() with height = 1, width = 0.
15 PASS imgdata[0] is 255
 15FAIL imgdata[0] should be 255. Was 0.
1616PASS imgdata[1] is 0
17 PASS imgdata[2] is 0
 17FAIL imgdata[2] should be 0. Was 255.
1818PASS successfullyParsed is true
1919
2020TEST COMPLETE