| Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt
|
| index fe9498262a94cec3a8ca2074a975dfca7097f480..6c18d142178b51cb8840d010de75eb9145f232e2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt
|
| @@ -8,12 +8,12 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='test'",
|
| - "rect": [0, 40, 100, 100],
|
| + "rect": [0, 60, 100, 100],
|
| "reason": "location change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='test'",
|
| - "rect": [0, 60, 100, 100],
|
| + "rect": [0, 40, 100, 100],
|
| "reason": "location change"
|
| }
|
| ]
|
|
|