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

Side by Side Diff: LayoutTests/platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 (children 1 10 (children 1
(...skipping 22 matching lines...) Expand all
33 (position 8.00 92.00) 33 (position 8.00 92.00)
34 (bounds 502.00 5002.00) 34 (bounds 502.00 5002.00)
35 (contentsOpaque 1) 35 (contentsOpaque 1)
36 (drawsContent 1) 36 (drawsContent 1)
37 (backgroundColor #FFFF00) 37 (backgroundColor #FFFF00)
38 (children 1 38 (children 1
39 (GraphicsLayer 39 (GraphicsLayer
40 (position 51.00 401.00) 40 (position 51.00 401.00)
41 (bounds 200.00 200.00) 41 (bounds 200.00 200.00)
42 (contentsOpaque 1) 42 (contentsOpaque 1)
43 (drawsContent 1)
44 (backgroundColor #FF0000)
43 ) 45 )
44 ) 46 )
45 ) 47 )
46 ) 48 )
47 ) 49 )
48 ) 50 )
49 ) 51 )
50 52
51 53
52 Third (child removed): 54 Third (child removed):
53 (GraphicsLayer 55 (GraphicsLayer
54 (bounds 785.00 5136.00) 56 (bounds 785.00 5136.00)
55 (children 1 57 (children 1
56 (GraphicsLayer 58 (GraphicsLayer
57 (bounds 785.00 5136.00) 59 (bounds 785.00 5136.00)
58 (contentsOpaque 1) 60 (contentsOpaque 1)
59 (children 1 61 (children 1
60 (GraphicsLayer 62 (GraphicsLayer
61 (position 8.00 92.00) 63 (position 8.00 92.00)
62 (bounds 502.00 5002.00) 64 (bounds 502.00 5002.00)
63 (contentsOpaque 1) 65 (contentsOpaque 1)
64 (drawsContent 1) 66 (drawsContent 1)
65 (backgroundColor #FFFF00) 67 (backgroundColor #FFFF00)
66 ) 68 )
67 ) 69 )
68 ) 70 )
69 ) 71 )
70 ) 72 )
71 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698