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

Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass Created 6 years, 9 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
OLDNEW
1 Layer tree when the fixed elements are out-of-view (should be blank): 1 Layer tree when the fixed elements are out-of-view (should be blank):
2 Layer tree when the fixed elements are in-view (both fixed elements should have layers): 2 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 785.00 4016.00) 4 (bounds 785.00 4016.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 785.00 4016.00) 7 (bounds 785.00 4016.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 2 10 (children 2
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 100.00 50.00) 12 (position 100.00 50.00)
13 (bounds 10.00 10.00) 13 (bounds 10.00 10.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #C0C0C0)
15 ) 17 )
16 (GraphicsLayer 18 (GraphicsLayer
17 (position 100.00 100.00) 19 (position 100.00 100.00)
18 (bounds 10.00 10.00) 20 (bounds 10.00 10.00)
19 (contentsOpaque 1) 21 (contentsOpaque 1)
22 (drawsContent 1)
23 (backgroundColor #C0C0C0)
20 ) 24 )
21 ) 25 )
22 ) 26 )
23 ) 27 )
24 ) 28 )
25 Layer tree when the fixed elements are out-of-view again (should be blank): 29 Layer tree when the fixed elements are out-of-view again (should be blank):
26 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698