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

Side by Side Diff: LayoutTests/compositing/squashing/clip-composited-descendant-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 CASE 1, original layer tree 1 CASE 1, original layer tree
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 800.00 600.00) 3 (bounds 800.00 600.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (children 2 11 (children 2
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 50.00 50.00) 13 (position 50.00 50.00)
14 (bounds 100.00 100.00) 14 (bounds 100.00 100.00)
15 (contentsOpaque 1) 15 (contentsOpaque 1)
16 (drawsContent 1) 16 (drawsContent 1)
17 (backgroundColor #0000FF) 17 (backgroundColor #0000FF)
18 ) 18 )
19 (GraphicsLayer 19 (GraphicsLayer
20 (position 130.00 130.00) 20 (position 100.00 20.00)
21 (bounds 100.00 100.00) 21 (bounds 130.00 210.00)
22 (drawsContent 1) 22 (drawsContent 1)
23 ) 23 )
24 ) 24 )
25 ) 25 )
26 ) 26 )
27 ) 27 )
28 ) 28 )
29 ) 29 )
30 CASE 2, change color of "inner" to red 30 CASE 2, layer tree with overflow:hidden on the parent of a composited box. Paren t is no longer squashed.
31 (GraphicsLayer 31 (GraphicsLayer
32 (bounds 800.00 600.00) 32 (bounds 800.00 600.00)
33 (children 1 33 (children 1
34 (GraphicsLayer 34 (GraphicsLayer
35 (bounds 800.00 600.00) 35 (bounds 800.00 600.00)
36 (contentsOpaque 1) 36 (contentsOpaque 1)
37 (drawsContent 1) 37 (drawsContent 1)
38 (children 1 38 (children 2
39 (GraphicsLayer 39 (GraphicsLayer
40 (children 2 40 (children 2
41 (GraphicsLayer 41 (GraphicsLayer
42 (position 50.00 50.00) 42 (position 50.00 50.00)
43 (bounds 100.00 100.00) 43 (bounds 100.00 100.00)
44 (contentsOpaque 1) 44 (contentsOpaque 1)
45 (drawsContent 1) 45 (drawsContent 1)
46 (backgroundColor #0000FF) 46 (backgroundColor #0000FF)
47 ) 47 )
48 (GraphicsLayer 48 (GraphicsLayer
49 (position 130.00 130.00) 49 (position 100.00 20.00)
50 (bounds 100.00 100.00) 50 (bounds 100.00 100.00)
51 (drawsContent 1) 51 (drawsContent 1)
52 (repaint rects
53 (rect 10.00 10.00 50.00 50.00)
54 (rect 10.00 10.00 50.00 50.00)
55 )
56 ) 52 )
57 ) 53 )
58 ) 54 )
55 (GraphicsLayer
56 (position 130.00 130.00)
57 (bounds 100.00 100.00)
58 (contentsOpaque 1)
59 (drawsContent 1)
60 (backgroundColor #00FFFF)
61 )
59 ) 62 )
60 ) 63 )
61 ) 64 )
62 ) 65 )
63 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698