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

Unified Diff: LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt

Issue 182383019: Should not repaint if a CSS property change can be composited (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: as your wish! (remove table) Created 6 years, 9 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/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
diff --git a/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e81b18803c2ca83fb53e4351c5c69e8c8a364220
--- /dev/null
+++ b/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
@@ -0,0 +1,49 @@
+(GraphicsLayer
+ (bounds 785.00 621.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 621.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 108.00 108.00)
+ (bounds 100.00 100.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 100.00 100.00)
+ (children 1
+ (GraphicsLayer
+ (position -100.00 -100.00)
+ (bounds 252.00 252.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
+ )
+ )
+ )
+ )
+ )
+ (GraphicsLayer
+ (position 108.00 408.00)
+ (bounds 100.00 100.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 100.00 100.00)
+ (children 1
+ (GraphicsLayer
+ (position -100.00 -100.00)
+ (bounds 252.00 252.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FFFF00)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+)
+

Powered by Google App Engine
This is Rietveld 408576698