| Index: third_party/WebKit/LayoutTests/svg/repaint/shape-transform-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/shape-transform-change-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/shape-transform-change-expected.txt
|
| index 5c854982501c49a9e0de795072fceb2a5adc1b08..d0c7222f682eb208bf8491c1280ad656a15b7fd7 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/shape-transform-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/shape-transform-change-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 200, 200],
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [8, 8, 200, 200],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|