| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
|
| index dda9be30d64958580acea5d1247d120571a3f59e..1fdbd35a8d7a3dc846ea53cacf84ae433b0002d9 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
|
| @@ -9,12 +9,12 @@
|
| {
|
| "object": "LayoutSVGContainer g id='root'",
|
| "rect": [50, 50, 453, 299],
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| "rect": [50, 50, 453, 299],
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| }
|
| ]
|
| }
|
| @@ -22,7 +22,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutSVGRect rect",
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect id='maskRect'",
|
| @@ -30,11 +30,11 @@
|
| },
|
| {
|
| "object": "LayoutSVGContainer g id='root'",
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutSVGRect rect",
|
| - "reason": "layoutObject insertion"
|
| + "reason": "appeared"
|
| }
|
| ]
|
| }
|
|
|