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

Unified Diff: third_party/WebKit/LayoutTests/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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt
index b55dc8012f021cf3565032eec13316fecc3cbf14..aa5b6444955fdb3055c679a31637acbbd9ef4461 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/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"
}
]
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/resize-scrollable-iframe-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698