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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt

Issue 15425006: Revert "Remove NonCompositedContentHost" and follow-up rebaselining. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 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)
9 (children 1 8 (children 1
10 (GraphicsLayer 9 (GraphicsLayer
11 (position 108.00 108.00) 10 (position 108.00 108.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]) 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])
13 (children 1 12 (children 1
14 (GraphicsLayer 13 (GraphicsLayer
15 (anchor 50.00 50.00) 14 (anchor 50.00 50.00)
16 (bounds 1.00 1.00) 15 (bounds 1.00 1.00)
17 (preserves3D 1) 16 (preserves3D 1)
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]) 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])
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ) 61 )
63 ) 62 )
64 63
65 After: 64 After:
66 (GraphicsLayer 65 (GraphicsLayer
67 (bounds 800.00 600.00) 66 (bounds 800.00 600.00)
68 (children 1 67 (children 1
69 (GraphicsLayer 68 (GraphicsLayer
70 (bounds 800.00 600.00) 69 (bounds 800.00 600.00)
71 (contentsOpaque 1) 70 (contentsOpaque 1)
72 (drawsContent 1)
73 (children 5 71 (children 5
74 (GraphicsLayer 72 (GraphicsLayer
75 (position 108.00 108.00) 73 (position 108.00 108.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]) 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])
77 (children 1 75 (children 1
78 (GraphicsLayer 76 (GraphicsLayer
79 (anchor 50.00 50.00) 77 (anchor 50.00 50.00)
80 (bounds 1.00 1.00) 78 (bounds 1.00 1.00)
81 (preserves3D 1) 79 (preserves3D 1)
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]) 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])
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 (bounds 100.00 150.00) 145 (bounds 100.00 150.00)
148 (contentsOpaque 1) 146 (contentsOpaque 1)
149 (drawsContent 1) 147 (drawsContent 1)
150 (backgroundColor #808080) 148 (backgroundColor #808080)
151 ) 149 )
152 ) 150 )
153 ) 151 )
154 ) 152 )
155 ) 153 )
156 154
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698