Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
index 9c4c73c1f3f8b21c89271930b0c8022b3f067af8..44b066bb82a4187775b49dd14c80fe0cb9dfcfe4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt |
@@ -8,12 +8,12 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
- "rect": [100, 500, 100, 100], |
+ "rect": [100, 700, 100, 100], |
"reason": "location change" |
}, |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
- "rect": [100, 700, 100, 100], |
+ "rect": [100, 500, 100, 100], |
"reason": "location change" |
} |
] |