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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-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 123456Before: 1 123456Before:
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 (children 1 9 (children 1
9 (GraphicsLayer 10 (GraphicsLayer
10 (position 108.00 108.00) 11 (position 108.00 108.00)
11 (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.25 1.00 -0.01] [0.00 0.00 0.00 1.00]) 12 (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.25 1.00 -0.01] [0.00 0.00 0.00 1.00])
12 (children 1 13 (children 1
13 (GraphicsLayer 14 (GraphicsLayer
14 (anchor 50.00 50.00) 15 (anchor 50.00 50.00)
15 (bounds 1.00 1.00) 16 (bounds 1.00 1.00)
16 (preserves3D 1) 17 (preserves3D 1)
17 (transform [0.35 0.25 -0.50 0.00] [0.00 0.35 0.71 0.00] [0.35 -0.2 5 0.50 0.00] [0.00 0.00 0.00 1.00]) 18 (transform [0.35 0.25 -0.50 0.00] [0.00 0.35 0.71 0.00] [0.35 -0.2 5 0.50 0.00] [0.00 0.00 0.00 1.00])
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ) 62 )
62 ) 63 )
63 64
64 After: 65 After:
65 (GraphicsLayer 66 (GraphicsLayer
66 (bounds 800.00 600.00) 67 (bounds 800.00 600.00)
67 (children 1 68 (children 1
68 (GraphicsLayer 69 (GraphicsLayer
69 (bounds 800.00 600.00) 70 (bounds 800.00 600.00)
70 (contentsOpaque 1) 71 (contentsOpaque 1)
72 (drawsContent 1)
71 (children 5 73 (children 5
72 (GraphicsLayer 74 (GraphicsLayer
73 (position 108.00 108.00) 75 (position 108.00 108.00)
74 (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.25 1.00 -0.01] [0.00 0.00 0.00 1.00]) 76 (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [-0.25 -0.25 1.00 -0.01] [0.00 0.00 0.00 1.00])
75 (children 1 77 (children 1
76 (GraphicsLayer 78 (GraphicsLayer
77 (anchor 50.00 50.00) 79 (anchor 50.00 50.00)
78 (bounds 1.00 1.00) 80 (bounds 1.00 1.00)
79 (preserves3D 1) 81 (preserves3D 1)
80 (transform [0.71 0.50 -0.50 0.00] [0.00 0.71 0.71 0.00] [0.71 -0.5 0 0.50 0.00] [0.00 0.00 0.00 1.00]) 82 (transform [0.71 0.50 -0.50 0.00] [0.00 0.71 0.71 0.00] [0.71 -0.5 0 0.50 0.00] [0.00 0.00 0.00 1.00])
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 (bounds 100.00 150.00) 147 (bounds 100.00 150.00)
146 (contentsOpaque 1) 148 (contentsOpaque 1)
147 (drawsContent 1) 149 (drawsContent 1)
148 (backgroundColor #808080) 150 (backgroundColor #808080)
149 ) 151 )
150 ) 152 )
151 ) 153 )
152 ) 154 )
153 ) 155 )
154 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698