| Index: third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
|
| index aa60fce0c6a96ac9966a5bf894459ec9390fbbf4..5c38590852d46b9089f6fb972f8896d65bb6a337 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
|
| @@ -5,13 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 140, 140],
|
| - [0, 0, 40, 140]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGResourceFilter filter id='blur'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 40, 140],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 140, 140],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceFilter filter id='blur'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|