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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
index a7cb8b057c5e3ae1c22b711d061f73de8c38a7da..c796c8f14e66cc1e91d60eaca48dacf9eb37c56d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt
@@ -36,32 +36,32 @@
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [1, 689, 88, 12],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [1, 289, 88, 12],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [89, 601, 12, 88],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [89, 201, 12, 88],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [89, 689, 12, 12],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='target'",
"rect": [89, 289, 12, 12],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -81,19 +81,19 @@
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutScrollbarPart (anonymous)",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutScrollbarPart (anonymous)",
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698