| Index: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c33edd7ce1e83ec60581bbeb370d676afbc5ac45
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/mask-child-changes-expected.txt
|
| @@ -0,0 +1,33 @@
|
| +{
|
| + "layers": [
|
| + {
|
| + "name": "LayoutView #document",
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 800, 300],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 100, 800, 100],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| +}
|
| +
|
|
|