| Index: third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
|
| index 424253d54d6a08951002fdd819a498eaa8b5b52e..e1b82e8452dd6193649a7a20188819524a816afb 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt
|
| @@ -5,22 +5,47 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 100, 460, 316],
|
| - [100, 100, 403, 249],
|
| - [100, 100, 403, 249],
|
| - [100, 100, 403, 249],
|
| - [50, 50, 460, 316],
|
| - [50, 50, 453, 299],
|
| - [50, 50, 453, 299],
|
| - [50, 50, 453, 299]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRoot svg",
|
| - "LayoutSVGRect rect id='maskRect'",
|
| - "LayoutSVGContainer g id='root'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g id='root'",
|
| + "rect": [50, 50, 453, 299],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGContainer g id='root'",
|
| + "rect": [100, 100, 403, 249],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [50, 50, 453, 299],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [100, 100, 403, 249],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='maskRect'",
|
| + "rect": [50, 50, 460, 316],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='maskRect'",
|
| + "rect": [100, 100, 460, 316],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [50, 50, 453, 299],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg",
|
| + "rect": [100, 100, 403, 249],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|