| Index: third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt
|
| index d0b8970eceba3467c9baf0fa1319945cf60d9399..731c7db12b5385a6fd67ce6d115524912607bd76 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/js-late-mask-creation-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 100, 800, 100],
|
| - [0, 0, 800, 300]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutSVGRect rect",
|
| - "LayoutSVGResourceMasker mask id='dynMask'",
|
| - "LayoutSVGRect rect"
|
| + "paintInvalidations": [
|
| + {
|
| + "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"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|