| Index: third_party/WebKit/LayoutTests/paint/invalidation/negative-shadow-box-shrink-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/negative-shadow-box-shrink-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/negative-shadow-box-shrink-expected.txt
|
| index ecda75f14d7173aa64b377d2b52f9a7e7d913072..c21a74740676a8d3b6cd1eda45f0358c1af763d8 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/negative-shadow-box-shrink-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/negative-shadow-box-shrink-expected.txt
|
| @@ -9,12 +9,12 @@
|
| {
|
| "object": "LayoutBlockFlow DIV id='outer'",
|
| "rect": [100, 60, 640, 240],
|
| - "reason": "border box change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV id='inner2'",
|
| "rect": [100, 200, 600, 100],
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| }
|
| ]
|
| }
|
| @@ -22,11 +22,11 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow DIV id='inner2'",
|
| - "reason": "layoutObject removal"
|
| + "reason": "disappeared"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV id='outer'",
|
| - "reason": "border box change"
|
| + "reason": "geometry"
|
| }
|
| ]
|
| }
|
|
|