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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt

Issue 2559863002: Fix issue when background changes painting target layer (Closed)
Patch Set: Fix windows build 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/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
index 743b96da304462413604a3cd58f3c2a56071a33d..a6bba42814f8ef54c30e2ba6bb7e75858087d111 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
@@ -18,6 +18,11 @@
{
"object": "LayoutHTMLCanvas (positioned) CANVAS",
"rect": [0, 0, 200, 200],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutHTMLCanvas (positioned) CANVAS",
+ "rect": [0, 0, 200, 200],
"reason": "layoutObject insertion"
}
]

Powered by Google App Engine
This is Rietveld 408576698