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

Unified Diff: LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt

Issue 260113004: Don't squash layers that have a clip or overflow clip. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjusted test expectations. Created 6 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt
diff --git a/LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt b/LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt
index 2eed79591644c8ebc67b4fce8e95e83d125067e5..b26b47363ecb2aad756400ba8cc231a4452bb52a 100644
--- a/LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt
+++ b/LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt
@@ -5,19 +5,26 @@
(bounds 800.00 600.00)
(contentsOpaque 1)
(drawsContent 1)
- (children 1
+ (children 2
+ (GraphicsLayer
+ (position 8.00 13.00)
+ (bounds 150.00 150.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #D9CCA7)
+ )
(GraphicsLayer
(children 2
(GraphicsLayer
- (position 8.00 13.00)
- (bounds 150.00 150.00)
+ (position 20.00 20.00)
+ (bounds 60.00 60.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #D9CCA7)
+ (backgroundColor #6AA6A6)
)
(GraphicsLayer
- (position 20.00 20.00)
- (bounds 226.00 180.00)
+ (position 40.00 40.00)
+ (bounds 206.00 160.00)
(drawsContent 1)
)
)
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698