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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-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/platform/win/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
index ff100eccadade99709cca6dd1a4a0fe3bca82235..9070eb93e9f7671cadd3ec7fa23d46f0195eaaa1 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
@@ -19,12 +19,12 @@
{
"object": "LayoutBlockFlow H3",
"rect": [8, 300, 400, 23],
- "reason": "became visible"
+ "reason": "appeared"
},
{
"object": "LayoutView #document",
"rect": [485, 0, 15, 200],
- "reason": "scroll"
+ "reason": "scroll control"
}
]
}
@@ -40,19 +40,19 @@
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
- "reason": "scroll"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow H3",
- "reason": "became visible"
+ "reason": "appeared"
},
{
"object": "RootInlineBox",
- "reason": "became visible"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698