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

Unified Diff: LayoutTests/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt

Issue 171843005: Avoid repainting non needs-self-layout container (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve the description of the test. 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/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt
diff --git a/LayoutTests/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt b/LayoutTests/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1775752b75fcac3c4b33c2d867d063abe52aaa1b
--- /dev/null
+++ b/LayoutTests/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt
@@ -0,0 +1,137 @@
+This test checks which layers are repainted if #middle changes logical height. Ideally only #middle's layer should be repainted as none of the other layer changed.
+
+
+
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 8.00 286.00 784.00 304.00)
+ (rect 0.00 294.00 800.00 304.00)
+ )
+ (children 1
+ (GraphicsLayer
+ (position 8.00 72.00)
+ (bounds 784.00 518.00)
+ (drawsContent 1)
+ (repaint rects
+ (rect 0.00 109.00 784.00 105.00)
+ )
+ (children 15
+ (GraphicsLayer
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 104.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 208.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 312.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 416.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 520.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 624.00 0.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 4.00 109.00)
+ (bounds 776.00 300.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
+ (repaint rects
+ )
+ )
+ (GraphicsLayer
+ (position 0.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 104.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 208.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 312.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 416.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 520.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ (GraphicsLayer
+ (position 624.00 413.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+

Powered by Google App Engine
This is Rietveld 408576698