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

Unified Diff: LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt

Issue 512293002: Fix paint invalidation when composited layers change from paints-into-ancestor to self-painting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test. Created 6 years, 4 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: LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
diff --git a/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt b/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
index a6d45c4fe8c6d76b56f106633608b5fad19e3a57..448892d67073574c169eca3021bd66a4dbe1fd6d 100644
--- a/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
+++ b/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
@@ -5,6 +5,9 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200]
+ ],
"children": [
{
"children": [

Powered by Google App Engine
This is Rietveld 408576698