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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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 Before: 1 Before:
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 785.00 802.00) 3 (bounds 785.00 802.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 785.00 802.00) 6 (bounds 785.00 802.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1)
8 (children 3 9 (children 3
9 (GraphicsLayer 10 (GraphicsLayer
10 (position 17.00 119.00) 11 (position 17.00 119.00)
11 (bounds 102.00 102.00) 12 (bounds 102.00 102.00)
12 (drawsContent 1) 13 (drawsContent 1)
13 (backgroundColor #0000FF) 14 (backgroundColor #0000FF)
14 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00]) 15 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
15 ) 16 )
16 (GraphicsLayer 17 (GraphicsLayer
17 (position 47.00 229.00) 18 (position 47.00 229.00)
(...skipping 21 matching lines...) Expand all
39 ) 40 )
40 ) 41 )
41 42
42 After: 43 After:
43 (GraphicsLayer 44 (GraphicsLayer
44 (bounds 785.00 802.00) 45 (bounds 785.00 802.00)
45 (children 1 46 (children 1
46 (GraphicsLayer 47 (GraphicsLayer
47 (bounds 785.00 802.00) 48 (bounds 785.00 802.00)
48 (contentsOpaque 1) 49 (contentsOpaque 1)
50 (drawsContent 1)
49 (children 3 51 (children 3
50 (GraphicsLayer 52 (GraphicsLayer
51 (position 17.00 119.00) 53 (position 17.00 119.00)
52 (bounds 102.00 102.00) 54 (bounds 102.00 102.00)
53 (drawsContent 1) 55 (drawsContent 1)
54 (backgroundColor #0000FF) 56 (backgroundColor #0000FF)
55 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00]) 57 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
56 ) 58 )
57 (GraphicsLayer 59 (GraphicsLayer
58 (position 57.00 229.00) 60 (position 57.00 229.00)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 (position 17.00 691.00) 95 (position 17.00 691.00)
94 (bounds 102.00 102.00) 96 (bounds 102.00 102.00)
95 (drawsContent 1) 97 (drawsContent 1)
96 (backgroundColor #FFFF00) 98 (backgroundColor #FFFF00)
97 ) 99 )
98 ) 100 )
99 ) 101 )
100 ) 102 )
101 ) 103 )
102 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698