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

Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-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 The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer. 1 The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer.
2 BEFORE: 2 BEFORE:
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 2008.00 2016.00) 4 (bounds 2008.00 2016.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 2008.00 2016.00) 7 (bounds 2008.00 2016.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 1 10 (children 1
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 20.00 -80.00) 12 (position 20.00 -80.00)
13 (bounds 50.00 50.00) 13 (bounds 50.00 50.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #C0C0C0)
15 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 100.00 0.00 1.00]) 17 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 100.00 0.00 1.00])
16 ) 18 )
17 ) 19 )
18 ) 20 )
19 ) 21 )
20 ) 22 )
21 AFTER: 23 AFTER:
22 (GraphicsLayer 24 (GraphicsLayer
23 (bounds 2008.00 2016.00) 25 (bounds 2008.00 2016.00)
24 (children 1 26 (children 1
25 (GraphicsLayer 27 (GraphicsLayer
26 (bounds 2008.00 2016.00) 28 (bounds 2008.00 2016.00)
27 (contentsOpaque 1) 29 (contentsOpaque 1)
28 (drawsContent 1) 30 (drawsContent 1)
29 (children 1 31 (children 1
30 (GraphicsLayer 32 (GraphicsLayer
31 (position 20.00 -70.00) 33 (position 20.00 -70.00)
32 (bounds 50.00 50.00) 34 (bounds 50.00 50.00)
33 (contentsOpaque 1) 35 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #C0C0C0)
34 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 100.00 0.00 1.00]) 38 (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 100.00 0.00 1.00])
35 ) 39 )
36 ) 40 )
37 ) 41 )
38 ) 42 )
39 ) 43 )
40 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698