| Index: third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
|
| index 4f773cbde6ee68beb29c7c4e65dd279b8ce0cb65..37277604218379025680e3112d4ab9b8b27db86e 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/transform-changed-state-expected.txt
|
| @@ -5,18 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 108, 100, 100],
|
| - [108, 108, 100, 100],
|
| - [108, 108, 100, 100],
|
| - [108, 8, 100, 100],
|
| - [108, 8, 100, 100],
|
| - [108, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGContainer g",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [108, 8, 100, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "rect": [108, 108, 100, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [108, 8, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [108, 108, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [108, 8, 100, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [108, 108, 100, 100],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|