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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 25110005: Composited fixed-pos element should still cause repaints if it paintsIntoCompositedAncestor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/fixed-pos-with-composited-child-expected.txt
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0ec5ce0775fed0ba62040c8d800c05701f74a04d
--- /dev/null
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt
@@ -0,0 +1,35 @@
+(GraphicsLayer
+ (bounds 785.00 4021.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 4021.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 0.00 500.00 400.00 200.00)
+ )
+ (children 1
+ (GraphicsLayer
+ (position 0.00 600.00)
+ (bounds 400.00 100.00)
+ (contentsOpaque 1)
+ (backgroundColor #A0A0A0)
+ (children 1
+ (GraphicsLayer
+ (bounds 400.00 100.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 200.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #00A0A0)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+)
+
« no previous file with comments | « LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698