| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
|
| index f917dad34e14490ebee4f80b2a9e041f73973168..e35800e91a42d7a82146aef8cc63e2a13aa7a2e2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
|
| @@ -5,5 +5,5 @@ var ctx = canvas.getContext('2d');
|
| ctx.fillStyle = '#0f0';
|
| ctx.fillRect(25, 25, 50, 40);
|
| ctx.fillStyle = '#000';
|
| -ctx.fillRect(25, 65, 50, 10);
|
| +ctx.fillRect(25, 65, 50, 5);
|
| </script>
|
|
|