| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt
|
| index 885a2f000432446f4a67cb10e6974ea0330cdc5b..0e3bb1b82770fd7bf44ea6a8ac79f929cb9f9774 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [265, 219, 162, 105],
|
| - [265, 219, 162, 105]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGPath polygon id='polygon'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [265, 219, 162, 105],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [265, 219, 162, 105],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|