| Index: third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| index 94c0874ed15f63c7eba61198f22db5f5e7c2e42f..654eca4c3861f3ec9d9e56db14c5fcede40c1aa5 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-and-object-creation-expected.txt
|
| @@ -5,20 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 100, 800, 100],
|
| - [0, 100, 800, 100],
|
| - [0, 100, 800, 100],
|
| - [0, 100, 800, 100],
|
| - [0, 0, 800, 300]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRoot svg id='svg-root'",
|
| - "LayoutSVGContainer g id='content'",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGResourceMasker mask id='dynMask'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g id='content'",
|
| + "rect": [0, 100, 800, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 100, 800, 100],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 100, 800, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 800, 300],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceMasker mask id='dynMask'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRoot svg id='svg-root'",
|
| + "rect": [0, 100, 800, 100],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|