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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-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/mac/paint/invalidation/line-flow-with-floats-9-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-expected.txt
index e4a9ce948ab9b27f49ef1c71e4401345b04d9c13..f5e66e640e951a4e9bd213521580a8db76779b19 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-expected.txt
@@ -94,6 +94,11 @@
{
"object": "LayoutView #document",
"rect": [485, 0, 15, 600],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [485, 0, 15, 600],
"reason": "scroll"
}
]
@@ -109,6 +114,10 @@
"reason": "scroll"
},
{
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
"object": "LayoutBlockFlow P",
"reason": "incremental"
},

Powered by Google App Engine
This is Rietveld 408576698