| Index: third_party/WebKit/LayoutTests/svg/repaint/filter-child-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/filter-child-repaint-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/filter-child-repaint-expected.txt
|
| index 4012d2685cf5f27d53a377cb821aab339c0b7a4e..7e11efb354b93dc6b08e803d6ded055f45ee66b7 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/filter-child-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/filter-child-repaint-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -15,13 +17,23 @@
|
| "object": "LayoutSVGRect rect id='poke'",
|
| "rect": [32, 32, 64, 64],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutSVGRect rect",
|
| - "reason": "none"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutSVGContainer g",
|
| + "reason": "SVG resource change"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect",
|
| + "reason": "none"
|
| + },
|
| + {
|
| + "object": "LayoutSVGRect rect id='poke'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|