Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt |
index 984939df421bd81b5bd2ebd8ca22d0656750cfb6..f3b908b7437049f5955cdd9cae720c31dfe15b03 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt |
@@ -8,12 +8,7 @@ |
"paintInvalidations": [ |
{ |
"object": "LayoutView #document", |
- "rect": [0, 0, 2008, 2092], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 16, 2000, 2068], |
+ "rect": [0, 0, 800, 600], |
"reason": "style change" |
}, |
{ |
@@ -27,6 +22,11 @@ |
"reason": "scroll" |
}, |
{ |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [8, 16, 784, 2068], |
+ "reason": "style change" |
+ }, |
+ { |
"object": "LayoutBlockFlow P", |
"rect": [8, 50, 784, 18], |
"reason": "forced by layout" |