| Index: third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
|
| index 9d772189541c8ff40a62d553fd165a0f24113fe5..be853eebf5fb8fb6ebb15aa6738aeea35a7faeab 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/path-pathlength-change-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [98, 98, 120, 120]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGPath path"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGPath path",
|
| + "rect": [98, 98, 120, 120],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|