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

Side by Side Diff: LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 top 1 top
2 2
3 middlebottom 3 middlebottom
4 top 4 top
5 5
6 middlebottom 6 middlebottom
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 785.00 2618.00) 8 (bounds 785.00 2618.00)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (bounds 785.00 2618.00) 11 (bounds 785.00 2618.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (drawsContent 1) 13 (drawsContent 1)
14 (children 2 14 (children 3
15 (GraphicsLayer 15 (GraphicsLayer
16 (children 2 16 (position 21.00 21.00)
17 (GraphicsLayer 17 (bounds 100.00 100.00)
18 (position 21.00 21.00) 18 )
19 (bounds 100.00 100.00) 19 (GraphicsLayer
20 ) 20 (position 18.00 10.00)
21 (GraphicsLayer 21 (bounds 220.00 220.00)
22 (position 18.00 10.00) 22 (drawsContent 1)
23 (bounds 220.00 220.00)
24 (drawsContent 1)
25 )
26 )
27 ) 23 )
28 (GraphicsLayer 24 (GraphicsLayer
29 (position 28.00 20.00) 25 (position 28.00 20.00)
30 (bounds 200.00 200.00) 26 (bounds 200.00 200.00)
31 (children 2 27 (children 2
32 (GraphicsLayer 28 (GraphicsLayer
33 (bounds 110.00 200.00) 29 (bounds 110.00 200.00)
34 (contentsOpaque 1) 30 (contentsOpaque 1)
35 (drawsContent 1) 31 (drawsContent 1)
36 (backgroundColor #008000) 32 (backgroundColor #008000)
37 ) 33 )
38 (GraphicsLayer 34 (GraphicsLayer
39 (position 5.00 145.00) 35 (position 5.00 145.00)
40 (bounds 144.00 24.00) 36 (bounds 144.00 24.00)
41 (drawsContent 1) 37 (drawsContent 1)
42 ) 38 )
43 ) 39 )
44 ) 40 )
45 ) 41 )
46 ) 42 )
47 ) 43 )
48 ) 44 )
49 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698