| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
|
| index cb4159f693bbbe113950d778571c289ae5ae34e9..517ea1035ecb64858907b5c90de870f1c9dcfa98 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-container-expected.txt
|
| @@ -9,17 +9,17 @@
|
| {
|
| "object": "LayoutSVGContainer g id='group'",
|
| "rect": [0, 0, 76, 76],
|
| - "reason": "full"
|
| + "reason": "subtree"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| "rect": [0, 0, 76, 76],
|
| - "reason": "style change"
|
| + "reason": "subtree"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| "rect": [-1, -1, 42, 42],
|
| - "reason": "style change"
|
| + "reason": "subtree"
|
| }
|
| ]
|
| }
|
| @@ -27,11 +27,11 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutSVGContainer g id='group'",
|
| - "reason": "full"
|
| + "reason": "subtree"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| - "reason": "style change"
|
| + "reason": "subtree"
|
| }
|
| ]
|
| }
|
|
|