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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt

Issue 2549553002: Verify paintedOutputOfObjectHasNoEffectRegardlessOfSize during painting (Closed)
Patch Set: Remove from LayoutObject.h Created 4 years 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/linux/paint/invalidation/resize-scrollable-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt
index 61b869b33ade04af24b9660491533b2d2550d668..bab242a95f090a762260e7048fdd04a71dea6b31 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt
@@ -18,11 +18,21 @@
},
{
"object": "LayoutView #document",
+ "rect": [8, 193, 285, 200],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutView #document",
"rect": [8, 393, 285, 15],
"reason": "scroll"
},
{
"object": "LayoutView #document",
+ "rect": [93, 108, 200, 285],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutView #document",
"rect": [8, 193, 85, 15],
"reason": "scroll"
},
@@ -77,6 +87,10 @@
{
"object": "VerticalScrollbar",
"reason": "scroll"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698