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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
index 074a2a25aa87a74effa8440def72eb7a44d74db4..9ef4db2129dbbf78d67e2dba98a150ae0a3159f1 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overflow-scroll-body-appear-expected.txt
@@ -8,12 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutView #document",
- "rect": [0, 0, 2008, 2096],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 16, 2000, 2072],
+ "rect": [0, 0, 800, 600],
"reason": "style change"
},
{
@@ -27,6 +22,11 @@
"reason": "scroll"
},
{
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 16, 784, 2072],
+ "reason": "style change"
+ },
+ {
"object": "LayoutBlockFlow P",
"rect": [8, 52, 784, 20],
"reason": "forced by layout"

Powered by Google App Engine
This is Rietveld 408576698