| Index: third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
|
| index c45f041a515d9555740c0644a09266308489dda8..1da3d179bae3ef029555c4912e65df489469b20d 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
|
| @@ -6,11 +6,12 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect id='newId'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect id='newId'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|