| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt
|
| index d84fec6d986e54960487bff128a2312ae813af9a..240a6f813517ba5d5540997ec2b10a48ad57c64c 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [265, 219, 162, 105],
|
| - [265, 219, 162, 105],
|
| - [265, 209, 162, 105],
|
| - [265, 209, 162, 105]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGPath polygon id='polygon'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [265, 219, 162, 105],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [265, 209, 162, 105],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [265, 219, 162, 105],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [265, 209, 162, 105],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|