| Index: LayoutTests/fast/canvas/canvas-bg-expected.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-bg-expected.html b/LayoutTests/fast/canvas/canvas-bg-expected.html
|
| index 6e793f2febe7f313b9d9ce276dff7c4710e1e437..65c36a18a76f9728b40a855e508efdbe7aad6e39 100644
|
| --- a/LayoutTests/fast/canvas/canvas-bg-expected.html
|
| +++ b/LayoutTests/fast/canvas/canvas-bg-expected.html
|
| @@ -10,7 +10,7 @@ function draw() {
|
| ctx.fillRect (10, 310, 55, 50);
|
| ctx.fillRect (310, 310, 55, 50);
|
|
|
| - ctx.fillStyle = "rgba(0, 0, 200, 0.5)";
|
| + ctx.fillStyle = "rgb(0, 0, 200)";
|
| ctx.fillRect (30, 30, 55, 50);
|
| ctx.fillRect (330, 30, 55, 50);
|
| ctx.fillRect (30, 330, 55, 50);
|
|
|