| Index: third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| index 31422ac5655400233df4cc79095f8bf0bbceee9b..8ddcbdee163e9d772cd2a740915a4302893759c6 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/fill-opacity-update-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGEllipse circle"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGEllipse circle",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|