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

Unified Diff: LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt

Issue 137143009: Add a number of tests for layer squashing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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-onto-nephew-expected.txt
diff --git a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt b/LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt
similarity index 56%
copy from LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
copy to LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt
index 7ec85e11868e7dd626e4cc2d8b7b4091442eae5d..afab8c1e6ae928e9a1b61f2fc3d8f3f6235fcd6d 100644
--- a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt
@@ -7,18 +7,24 @@
(drawsContent 1)
(children 1
(GraphicsLayer
- (position 50.00 50.00)
+ (position 25.00 25.00)
(bounds 300.00 300.00)
- (drawsContent 1)
+ (contentsOpaque 1)
(children 1
(GraphicsLayer
(bounds 300.00 300.00)
(children 1
(GraphicsLayer
- (bounds 285.00 300.00)
- (children 1
+ (children 2
(GraphicsLayer
- (bounds 285.00 1000.00)
+ (position 100.00 100.00)
+ (bounds 100.00 100.00)
+ (contentsOpaque 1)
+ )
+ (GraphicsLayer
+ (position 15.00 15.00)
+ (bounds 180.00 190.00)
+ (drawsContent 1)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698