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

Unified Diff: LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry-expected.txt

Issue 212923005: Do not squash invisible layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Avoid mucking with canBeComposited 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/squashing/invisible-layers-should-not-affect-geometry-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt b/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry-expected.txt
similarity index 75%
copy from LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt
copy to LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry-expected.txt
index 456bc0fdb92eac09d4893d6b42c4e1e0c9d9e647..b41fb51912b4d2519de42a635d116b6a2d318f8a 100644
--- a/LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt
+++ b/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry-expected.txt
@@ -9,15 +9,15 @@
(GraphicsLayer
(children 2
(GraphicsLayer
- (position 125.00 125.00)
+ (position 10.00 10.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #0000FF)
+ (backgroundColor #008000)
)
(GraphicsLayer
- (position 40.00 40.00)
- (bounds 180.00 190.00)
+ (position 10.00 10.00)
+ (bounds 100.00 100.00)
(drawsContent 1)
)
)

Powered by Google App Engine
This is Rietveld 408576698