/home/igalia/clopez/webkit/webkit/layout-test-results/retries/fast/canvas/canvas-clearRect-actual.txt
4
4
5
5
6
6
Test canvas.clearRect() with height = width = 0.
7
P
ASS
imgdata[0]
i
s
255
7
F
AIL
imgdata[0]
should be
255
. Was 0.
8
8
PASS imgdata[1] is 0
9
P
ASS
imgdata[2]
i
s 0
9
F
AIL
imgdata[2]
should be 0. Wa
s 255.
10
10
Test canvas.clearRect() with height = 0, width = 1.
11
P
ASS
imgdata[0]
i
s
255
11
F
AIL
imgdata[0]
should be
255
. Was 0.
12
12
PASS imgdata[1] is 0
13
P
ASS
imgdata[2]
i
s 0
13
F
AIL
imgdata[2]
should be 0. Wa
s 255.
14
14
Test canvas.clearRect() with height = 1, width = 0.
15
P
ASS
imgdata[0]
i
s
255
15
F
AIL
imgdata[0]
should be
255
. Was 0.
16
16
PASS imgdata[1] is 0
17
P
ASS
imgdata[2]
i
s 0
17
F
AIL
imgdata[2]
should be 0. Wa
s 255.
18
18
PASS successfullyParsed is true
19
19
20
20
TEST COMPLETE