| Index: third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
|
| index 3624bdf8e50cb931c3da6e112be69b360b330bd1..c0b40a31479036ec18a734f54892f1bcfca2a45b 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
|
| @@ -9,12 +9,12 @@
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| "rect": [20, 20, 100, 100],
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| "rect": [0, 0, 100, 100],
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| }
|
| ]
|
| }
|
| @@ -22,7 +22,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| }
|
| ]
|
| }
|
|
|