| Index: third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| index 53144bacf6e8695b5087138072c1e667ca3baa4e..b36dc4d92832e39fa271be0c9e855002c90e5823 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-update-polygon-removal-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [265, 259, 163, 65],
|
| - [265, 259, 163, 65],
|
| - [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": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGPath polygon id='polygon'",
|
| + "rect": [265, 259, 163, 65],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [265, 219, 162, 105],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [265, 259, 163, 65],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|