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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt
index 8b137891791fe96927ad78e64b0aad7bded08bdc..57d46c48469b3ab3ae5b9f471550446b334f089c 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt
@@ -1 +1,37 @@
+{
+ "objectPaintInvalidations": [
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY class='noScroll'",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='container'",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='overlay'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "scroll"
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698