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

Side by Side Diff: LayoutTests/platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-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 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500 x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h uge layer and back again and still maintain integrity of the layer tree. 1 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500 x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h uge layer and back again and still maintain integrity of the layer tree.
2 2
3 First (small layer): 3 First (small layer):
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 785.00 611.00) 5 (bounds 785.00 611.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 785.00 611.00) 8 (bounds 785.00 611.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1)
11 (children 1 10 (children 1
12 (GraphicsLayer 11 (GraphicsLayer
13 (position 8.00 68.00) 12 (position 8.00 68.00)
14 (bounds 502.00 502.00) 13 (bounds 502.00 502.00)
15 (contentsOpaque 1) 14 (contentsOpaque 1)
16 (drawsContent 1) 15 (drawsContent 1)
17 (backgroundColor #FFFF00) 16 (backgroundColor #FFFF00)
18 (children 2 17 (children 2
19 (GraphicsLayer 18 (GraphicsLayer
20 (position 51.00 101.00) 19 (position 51.00 101.00)
(...skipping 17 matching lines...) Expand all
38 ) 37 )
39 38
40 39
41 Second (huge layer): 40 Second (huge layer):
42 (GraphicsLayer 41 (GraphicsLayer
43 (bounds 785.00 5111.00) 42 (bounds 785.00 5111.00)
44 (children 1 43 (children 1
45 (GraphicsLayer 44 (GraphicsLayer
46 (bounds 785.00 5111.00) 45 (bounds 785.00 5111.00)
47 (contentsOpaque 1) 46 (contentsOpaque 1)
48 (drawsContent 1)
49 (children 1 47 (children 1
50 (GraphicsLayer 48 (GraphicsLayer
51 (position 8.00 68.00) 49 (position 8.00 68.00)
52 (bounds 502.00 5002.00) 50 (bounds 502.00 5002.00)
53 (contentsOpaque 1) 51 (contentsOpaque 1)
54 (drawsContent 1) 52 (drawsContent 1)
55 (backgroundColor #FFFF00) 53 (backgroundColor #FFFF00)
56 (children 2 54 (children 2
57 (GraphicsLayer 55 (GraphicsLayer
58 (position 51.00 101.00) 56 (position 51.00 101.00)
(...skipping 17 matching lines...) Expand all
76 ) 74 )
77 75
78 76
79 Third (small layer): 77 Third (small layer):
80 (GraphicsLayer 78 (GraphicsLayer
81 (bounds 785.00 611.00) 79 (bounds 785.00 611.00)
82 (children 1 80 (children 1
83 (GraphicsLayer 81 (GraphicsLayer
84 (bounds 785.00 611.00) 82 (bounds 785.00 611.00)
85 (contentsOpaque 1) 83 (contentsOpaque 1)
86 (drawsContent 1)
87 (children 1 84 (children 1
88 (GraphicsLayer 85 (GraphicsLayer
89 (position 8.00 68.00) 86 (position 8.00 68.00)
90 (bounds 502.00 502.00) 87 (bounds 502.00 502.00)
91 (contentsOpaque 1) 88 (contentsOpaque 1)
92 (drawsContent 1) 89 (drawsContent 1)
93 (backgroundColor #FFFF00) 90 (backgroundColor #FFFF00)
94 (children 2 91 (children 2
95 (GraphicsLayer 92 (GraphicsLayer
96 (position 51.00 101.00) 93 (position 51.00 101.00)
97 (bounds 200.00 200.00) 94 (bounds 200.00 200.00)
98 (contentsOpaque 1) 95 (contentsOpaque 1)
99 (drawsContent 1) 96 (drawsContent 1)
100 (backgroundColor #FF0000) 97 (backgroundColor #FF0000)
101 ) 98 )
102 (GraphicsLayer 99 (GraphicsLayer
103 (position 276.00 201.00) 100 (position 276.00 201.00)
104 (bounds 200.00 200.00) 101 (bounds 200.00 200.00)
105 (contentsOpaque 1) 102 (contentsOpaque 1)
106 (drawsContent 1) 103 (drawsContent 1)
107 (backgroundColor #0000FF) 104 (backgroundColor #0000FF)
108 ) 105 )
109 ) 106 )
110 ) 107 )
111 ) 108 )
112 ) 109 )
113 ) 110 )
114 ) 111 )
115 112
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698