| 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 654eca4c3861f3ec9d9e56db14c5fcede40c1aa5..9d3c9060a20aa8eb3ff11f95c19a895fb4d3a4bd 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
|
| @@ -7,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutSVGContainer g id='content'",
|
| - "rect": [0, 100, 800, 100],
|
| - "reason": "bounds change"
|
| + "object": "LayoutSVGRect rect",
|
| + "rect": [0, 0, 800, 300],
|
| + "reason": "layoutObject insertion"
|
| },
|
| {
|
| - "object": "LayoutSVGRect rect",
|
| + "object": "LayoutSVGContainer g id='content'",
|
| "rect": [0, 100, 800, 100],
|
| - "reason": "layoutObject insertion"
|
| + "reason": "bounds change"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| @@ -23,18 +23,17 @@
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| - "rect": [0, 0, 800, 300],
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "LayoutSVGResourceMasker mask id='dynMask'",
|
| - "rect": [0, 0, 0, 0],
|
| + "rect": [0, 100, 800, 100],
|
| "reason": "layoutObject insertion"
|
| },
|
| {
|
| "object": "LayoutSVGRoot svg id='svg-root'",
|
| "rect": [0, 100, 800, 100],
|
| "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGResourceMasker mask id='dynMask'",
|
| + "reason": "layoutObject insertion"
|
| }
|
| ]
|
| }
|
|
|