Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-body-appear-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698