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

Unified Diff: LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt

Issue 331693004: Issue repaints when offsetFromRenderer changes for any squashed layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments by vollick@ 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/resize-squashing-layer-that-needs-full-repaint-expected.txt
diff --git a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
similarity index 65%
copy from LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
copy to LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
index 68907331badfde3433effe43500f936afb66afd3..d7fb1e0e72a5402af1d9f9185bf91007a7dd7c81 100644
--- a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
+++ b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
@@ -10,18 +10,16 @@
(children 2
(GraphicsLayer
(position 8.00 8.00)
- (bounds 200.00 200.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #ADD8E6)
+ (bounds 500.00 500.00)
)
(GraphicsLayer
- (position 50.00 50.00)
- (bounds 50.00 50.00)
+ (position 55.00 55.00)
+ (bounds 500.00 500.00)
(drawsContent 1)
(repaint rects
+ (rect 55.00 55.00 500.00 500.00)
+ (rect 0.00 0.00 500.00 500.00)
(rect 0.00 0.00 50.00 50.00)
- (rect 0.00 0.00 40.00 40.00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698