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

Side by Side Diff: LayoutTests/compositing/layer-creation/overlap-animation-container-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 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)
9 (children 3 8 (children 3
10 (GraphicsLayer 9 (GraphicsLayer
11 (position 17.00 119.00) 10 (position 17.00 119.00)
12 (bounds 102.00 102.00) 11 (bounds 102.00 102.00)
13 (drawsContent 1) 12 (drawsContent 1)
14 (backgroundColor #0000FF) 13 (backgroundColor #0000FF)
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]) 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])
16 ) 15 )
17 (GraphicsLayer 16 (GraphicsLayer
18 (position 47.00 229.00) 17 (position 47.00 229.00)
(...skipping 21 matching lines...) Expand all
40 ) 39 )
41 ) 40 )
42 41
43 After: 42 After:
44 (GraphicsLayer 43 (GraphicsLayer
45 (bounds 785.00 802.00) 44 (bounds 785.00 802.00)
46 (children 1 45 (children 1
47 (GraphicsLayer 46 (GraphicsLayer
48 (bounds 785.00 802.00) 47 (bounds 785.00 802.00)
49 (contentsOpaque 1) 48 (contentsOpaque 1)
50 (drawsContent 1)
51 (children 3 49 (children 3
52 (GraphicsLayer 50 (GraphicsLayer
53 (position 17.00 119.00) 51 (position 17.00 119.00)
54 (bounds 102.00 102.00) 52 (bounds 102.00 102.00)
55 (drawsContent 1) 53 (drawsContent 1)
56 (backgroundColor #0000FF) 54 (backgroundColor #0000FF)
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]) 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])
58 ) 56 )
59 (GraphicsLayer 57 (GraphicsLayer
60 (position 57.00 229.00) 58 (position 57.00 229.00)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 (position 17.00 691.00) 93 (position 17.00 691.00)
96 (bounds 102.00 102.00) 94 (bounds 102.00 102.00)
97 (drawsContent 1) 95 (drawsContent 1)
98 (backgroundColor #FFFF00) 96 (backgroundColor #FFFF00)
99 ) 97 )
100 ) 98 )
101 ) 99 )
102 ) 100 )
103 ) 101 )
104 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698