| Index: third_party/WebKit/LayoutTests/paint/invalidation/relative-margin-change-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/relative-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/relative-margin-change-repaint-expected.txt
|
| index f411965215f033b0bd3d7b5eb7fff070b948c369..1b0df38daf95a40e54df62b7036398be2459d7ec 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/relative-margin-change-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/relative-margin-change-repaint-expected.txt
|
| @@ -9,12 +9,12 @@
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='test'",
|
| "rect": [0, 60, 100, 100],
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='test'",
|
| "rect": [0, 40, 100, 100],
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| }
|
| ]
|
| }
|
| @@ -22,11 +22,11 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
| - "reason": "location change"
|
| + "reason": "geometry"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='test'",
|
| - "reason": "bounds change"
|
| + "reason": "geometry"
|
| }
|
| ]
|
| }
|
|
|