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

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

Issue 1511143002: Reland of Fix several corner case issues of scrollbar paint invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 d62068de4f2a79cc4bb0aa81f77aee0a40348834..14b7c55f6ffb2418509929e06ff56272ef5e6db9 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
@@ -1,18 +1,20 @@
{
- "bounds": [2008, 2092],
+ "bounds": [2008, 2096],
"children": [
{
- "bounds": [2008, 2092],
+ "bounds": [2008, 2096],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[785, 585, 15, 15],
- [8, 50, 784, 18],
- [8, 50, 769, 18],
- [8, 16, 2000, 2068],
- [8, 16, 784, 18],
- [8, 16, 769, 18],
- [0, 0, 2008, 2092],
+ [785, 0, 15, 585],
+ [8, 52, 784, 20],
+ [8, 52, 769, 20],
+ [8, 16, 2000, 2072],
+ [8, 16, 784, 20],
+ [8, 16, 769, 20],
+ [0, 585, 785, 15],
+ [0, 0, 2008, 2096],
[0, 0, 785, 585]
],
"paintInvalidationClients": [
@@ -27,8 +29,7 @@
"LayoutBlockFlow BODY",
"LayoutBlockFlow P",
"LayoutBlockFlow P",
- "HorizontalScrollbar",
- "VerticalScrollbar"
+ "LayoutView #document"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698