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

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

Issue 183763024: Revert 168245 "Drop background color optimization for composited..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | Annotate | Revision Log
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)
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]) 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])
18 ) 16 )
19 ) 17 )
20 ) 18 )
21 ) 19 )
22 ) 20 )
23 AFTER: 21 AFTER:
24 (GraphicsLayer 22 (GraphicsLayer
25 (bounds 2008.00 2016.00) 23 (bounds 2008.00 2016.00)
26 (children 1 24 (children 1
27 (GraphicsLayer 25 (GraphicsLayer
28 (bounds 2008.00 2016.00) 26 (bounds 2008.00 2016.00)
29 (contentsOpaque 1) 27 (contentsOpaque 1)
30 (drawsContent 1) 28 (drawsContent 1)
31 (children 1 29 (children 1
32 (GraphicsLayer 30 (GraphicsLayer
33 (position 20.00 -70.00) 31 (position 20.00 -70.00)
34 (bounds 50.00 50.00) 32 (bounds 50.00 50.00)
35 (contentsOpaque 1) 33 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #C0C0C0)
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]) 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])
39 ) 35 )
40 ) 36 )
41 ) 37 )
42 ) 38 )
43 ) 39 )
44 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698