| Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-units-em-liveness-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-units-em-liveness-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-units-em-liveness-expected.html
|
| index 2e59060a6823f110e6c119d965fa1e1368a77dc5..54f88906243691031cd80ced7189e267d175b87d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-units-em-liveness-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-units-em-liveness-expected.html
|
| @@ -3,5 +3,6 @@
|
| var canvas = document.getElementById('canvas');
|
| var ctx = canvas.getContext('2d');
|
| ctx.fillStyle = 'green';
|
| -ctx.fillRect(25, 25, 50, 50);
|
| +ctx.fillRect(25, 25, 25, 50);
|
| +ctx.fillRect(60, 25, 25, 50);
|
| </script>
|
|
|