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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/scrollbar-invalidation-on-resize-with-border-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/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 00b14b56b98709c604150514a415dfd4c86d6d7c..e29248a2a9c82009a185aed35931bcd2b343c752 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
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [18, 145, 285, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
@@ -19,27 +19,27 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [18, 145, 85, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [303, 60, 15, 85],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [103, 60, 15, 85],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [303, 145, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
"rect": [103, 145, 15, 15],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -51,15 +51,15 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "HorizontalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698