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

Side by Side Diff: LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-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 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 5136.00) 5 (bounds 785.00 5136.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 785.00 5136.00) 8 (bounds 785.00 5136.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1)
10 (children 1 11 (children 1
11 (GraphicsLayer 12 (GraphicsLayer
12 (position 8.00 92.00) 13 (position 8.00 92.00)
13 (bounds 502.00 5002.00) 14 (bounds 502.00 5002.00)
14 (contentsOpaque 1) 15 (contentsOpaque 1)
15 (drawsContent 1) 16 (drawsContent 1)
16 (backgroundColor #FFFF00) 17 (backgroundColor #FFFF00)
17 ) 18 )
18 ) 19 )
19 ) 20 )
20 ) 21 )
21 ) 22 )
22 23
23 24
24 Second (child added): 25 Second (child added):
25 (GraphicsLayer 26 (GraphicsLayer
26 (bounds 785.00 5136.00) 27 (bounds 785.00 5136.00)
27 (children 1 28 (children 1
28 (GraphicsLayer 29 (GraphicsLayer
29 (bounds 785.00 5136.00) 30 (bounds 785.00 5136.00)
30 (contentsOpaque 1) 31 (contentsOpaque 1)
32 (drawsContent 1)
31 (children 1 33 (children 1
32 (GraphicsLayer 34 (GraphicsLayer
33 (position 8.00 92.00) 35 (position 8.00 92.00)
34 (bounds 502.00 5002.00) 36 (bounds 502.00 5002.00)
35 (contentsOpaque 1) 37 (contentsOpaque 1)
36 (drawsContent 1) 38 (drawsContent 1)
37 (backgroundColor #FFFF00) 39 (backgroundColor #FFFF00)
38 (children 1 40 (children 1
39 (GraphicsLayer 41 (GraphicsLayer
40 (position 51.00 401.00) 42 (position 51.00 401.00)
(...skipping 10 matching lines...) Expand all
51 ) 53 )
52 54
53 55
54 Third (child removed): 56 Third (child removed):
55 (GraphicsLayer 57 (GraphicsLayer
56 (bounds 785.00 5136.00) 58 (bounds 785.00 5136.00)
57 (children 1 59 (children 1
58 (GraphicsLayer 60 (GraphicsLayer
59 (bounds 785.00 5136.00) 61 (bounds 785.00 5136.00)
60 (contentsOpaque 1) 62 (contentsOpaque 1)
63 (drawsContent 1)
61 (children 1 64 (children 1
62 (GraphicsLayer 65 (GraphicsLayer
63 (position 8.00 92.00) 66 (position 8.00 92.00)
64 (bounds 502.00 5002.00) 67 (bounds 502.00 5002.00)
65 (contentsOpaque 1) 68 (contentsOpaque 1)
66 (drawsContent 1) 69 (drawsContent 1)
67 (backgroundColor #FFFF00) 70 (backgroundColor #FFFF00)
68 ) 71 )
69 ) 72 )
70 ) 73 )
71 ) 74 )
72 ) 75 )
73 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698