| Index: LayoutTests/fast/canvas/canvas-bg.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-bg.html b/LayoutTests/fast/canvas/canvas-bg.html
|
| index 26a0da9bf90d9d9ce397374f970d642bb30d55e8..54df64841cfd598de8c2da75fb3309b9a8cc6794 100644
|
| --- a/LayoutTests/fast/canvas/canvas-bg.html
|
| +++ b/LayoutTests/fast/canvas/canvas-bg.html
|
| @@ -11,7 +11,7 @@ function draw(w, h) {
|
| ctx.fillStyle = "rgb(200,0,0)";
|
| ctx.fillRect (10, 10, 55, 50);
|
|
|
| - ctx.fillStyle = "rgba(0, 0, 200, 0.5)";
|
| + ctx.fillStyle = "rgb(0, 0, 200)";
|
| ctx.fillRect (30, 30, 55, 50);
|
| }
|
| </script>
|
|
|