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

Side by Side Diff: LayoutTests/platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-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 large enough to scroll off the bottom. At the start the re should be no child. After 100ms a red box is added and after 100ms more it sh ould be removed. This tests that we can support very large compositing layers wi th dynamically added and removed child compositing layers. 1 The yellow box should be large enough to scroll off the bottom. At the start the re should be no child. After 100ms a red box is added and after 100ms more it sh ould be removed. This tests that we can support very large compositing layers wi th dynamically added and removed child compositing layers.
2 2
3 First (no children): 3 First (no children):
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 785.00 5129.00) 5 (bounds 785.00 5129.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 785.00 5129.00) 8 (bounds 785.00 5129.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1)
11 (children 1 10 (children 1
12 (GraphicsLayer 11 (GraphicsLayer
13 (position 8.00 86.00) 12 (position 8.00 86.00)
14 (bounds 502.00 5002.00) 13 (bounds 502.00 5002.00)
15 (contentsOpaque 1) 14 (contentsOpaque 1)
16 (drawsContent 1) 15 (drawsContent 1)
17 (backgroundColor #FFFF00) 16 (backgroundColor #FFFF00)
18 ) 17 )
19 ) 18 )
20 ) 19 )
21 ) 20 )
22 ) 21 )
23 22
24 23
25 Second (child added): 24 Second (child added):
26 (GraphicsLayer 25 (GraphicsLayer
27 (bounds 785.00 5129.00) 26 (bounds 785.00 5129.00)
28 (children 1 27 (children 1
29 (GraphicsLayer 28 (GraphicsLayer
30 (bounds 785.00 5129.00) 29 (bounds 785.00 5129.00)
31 (contentsOpaque 1) 30 (contentsOpaque 1)
32 (drawsContent 1)
33 (children 1 31 (children 1
34 (GraphicsLayer 32 (GraphicsLayer
35 (position 8.00 86.00) 33 (position 8.00 86.00)
36 (bounds 502.00 5002.00) 34 (bounds 502.00 5002.00)
37 (contentsOpaque 1) 35 (contentsOpaque 1)
38 (drawsContent 1) 36 (drawsContent 1)
39 (backgroundColor #FFFF00) 37 (backgroundColor #FFFF00)
40 (children 1 38 (children 1
41 (GraphicsLayer 39 (GraphicsLayer
42 (position 51.00 401.00) 40 (position 51.00 401.00)
(...skipping 10 matching lines...) Expand all
53 ) 51 )
54 52
55 53
56 Third (child removed): 54 Third (child removed):
57 (GraphicsLayer 55 (GraphicsLayer
58 (bounds 785.00 5129.00) 56 (bounds 785.00 5129.00)
59 (children 1 57 (children 1
60 (GraphicsLayer 58 (GraphicsLayer
61 (bounds 785.00 5129.00) 59 (bounds 785.00 5129.00)
62 (contentsOpaque 1) 60 (contentsOpaque 1)
63 (drawsContent 1)
64 (children 1 61 (children 1
65 (GraphicsLayer 62 (GraphicsLayer
66 (position 8.00 86.00) 63 (position 8.00 86.00)
67 (bounds 502.00 5002.00) 64 (bounds 502.00 5002.00)
68 (contentsOpaque 1) 65 (contentsOpaque 1)
69 (drawsContent 1) 66 (drawsContent 1)
70 (backgroundColor #FFFF00) 67 (backgroundColor #FFFF00)
71 ) 68 )
72 ) 69 )
73 ) 70 )
74 ) 71 )
75 ) 72 )
76 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698