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

Unified Diff: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt

Issue 311813005: Issue repaints for RenderLayers that get new composited backings after (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 years, 6 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/squash-above-fixed-1-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
index 54c0c5980fb91f57d06644c3f3d935ca3a3d9e86..b78413d2c3273695c67af80f8001efbc0c33470c 100644
--- a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
@@ -69,11 +69,19 @@ CASE 2, scrolling y to 80, new layers will be squashed, so things repaint:
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #00FFFF)
+ (repaint rects
+ (rect 0.00 0.00 200.00 100.00)
+ )
)
(GraphicsLayer
(position 0.00 300.00)
(bounds 200.00 300.00)
(drawsContent 1)
+ (repaint rects
+ (rect 0.00 200.00 200.00 100.00)
+ (rect 0.00 100.00 200.00 100.00)
+ (rect 0.00 0.00 200.00 100.00)
+ )
)
)
)
@@ -148,11 +156,19 @@ CASE 4, scrolling y to 170 new layers will be squashed, so things repaint:
(contentsOpaque 1)
(drawsContent 1)
(backgroundColor #00FF00)
+ (repaint rects
+ (rect 0.00 0.00 200.00 100.00)
+ )
)
(GraphicsLayer
(position 0.00 400.00)
(bounds 200.00 300.00)
(drawsContent 1)
+ (repaint rects
+ (rect 0.00 200.00 200.00 100.00)
+ (rect 0.00 100.00 200.00 100.00)
+ (rect 0.00 0.00 200.00 100.00)
+ )
)
)
)

Powered by Google App Engine
This is Rietveld 408576698