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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt

Issue 2497413002: Remove logic forcing paint invalidation with non-composited scrollbars (Closed)
Patch Set: Created 4 years, 1 month 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/scrollbar-invalidation-on-resize-with-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt
index fd44f451df6270058b876ca5a324c751ed51c8f4..00b14b56b98709c604150514a415dfd4c86d6d7c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-expected.txt
@@ -8,13 +8,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "rect": [8, 50, 320, 120],
- "reason": "border box change"
+ "rect": [18, 145, 285, 15],
+ "reason": "scroll"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "rect": [18, 145, 285, 15],
- "reason": "scroll"
+ "rect": [118, 50, 210, 120],
+ "reason": "incremental"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
@@ -47,7 +47,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "reason": "border box change"
+ "reason": "incremental"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",

Powered by Google App Engine
This is Rietveld 408576698