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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-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-scroll-composited-non-stacking-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt
index e9e6ca66cfcc1fdea78e5ceb3916c9bd85521578..82a406b0ea3425497f12bcfbbe41cdab8bb8cab6 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt
@@ -24,7 +24,7 @@
{
"object": "LayoutBlockFlow DIV class='scroller'",
"rect": [308, 65, 15, 175],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
},
@@ -61,7 +61,7 @@
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow (positioned) DIV class='back'",

Powered by Google App Engine
This is Rietveld 408576698