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

Side by Side Diff: LayoutTests/compositing/overflow/clip-descendents-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 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 800.00 600.00) 2 (bounds 800.00 600.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (drawsContent 1) 7 (drawsContent 1)
8 (children 4 8 (children 4
9 (GraphicsLayer 9 (GraphicsLayer
10 (position 48.00 38.00) 10 (position 48.00 38.00)
11 (bounds 60.00 70.00) 11 (bounds 60.00 70.00)
12 (children 1 12 (children 1
13 (GraphicsLayer 13 (GraphicsLayer
14 (position 2.00 12.00) 14 (position 2.00 12.00)
15 (bounds 100.00 150.00) 15 (bounds 100.00 150.00)
16 (contentsOpaque 1) 16 (contentsOpaque 1)
17 (drawsContent 1)
18 (backgroundColor #808080)
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 0.00 1.00 1.00]) 19 (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 0.00 1.00 1.00])
18 ) 20 )
19 ) 21 )
20 ) 22 )
21 (GraphicsLayer 23 (GraphicsLayer
22 (position 240.00 38.00) 24 (position 240.00 38.00)
23 (bounds 60.00 70.00) 25 (bounds 60.00 70.00)
24 (children 1 26 (children 1
25 (GraphicsLayer 27 (GraphicsLayer
26 (position 2.00 12.00) 28 (position 2.00 12.00)
27 (bounds 100.00 150.00) 29 (bounds 100.00 150.00)
28 (contentsOpaque 1) 30 (contentsOpaque 1)
31 (drawsContent 1)
32 (backgroundColor #808080)
29 (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 0.00 1.00 1.00]) 33 (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 0.00 1.00 1.00])
30 ) 34 )
31 ) 35 )
32 ) 36 )
33 (GraphicsLayer 37 (GraphicsLayer
34 (position 48.00 230.00) 38 (position 48.00 230.00)
35 (bounds 60.00 70.00) 39 (bounds 60.00 70.00)
36 (children 1 40 (children 1
37 (GraphicsLayer 41 (GraphicsLayer
38 (bounds 60.00 70.00) 42 (bounds 60.00 70.00)
39 (children 1 43 (children 1
40 (GraphicsLayer 44 (GraphicsLayer
41 (position 2.00 12.00) 45 (position 2.00 12.00)
42 (bounds 100.00 150.00) 46 (bounds 100.00 150.00)
43 (contentsOpaque 1) 47 (contentsOpaque 1)
48 (drawsContent 1)
49 (backgroundColor #808080)
44 (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 0.00 1.00 1.00]) 50 (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 0.00 1.00 1.00])
45 ) 51 )
46 ) 52 )
47 ) 53 )
48 ) 54 )
49 ) 55 )
50 (GraphicsLayer 56 (GraphicsLayer
51 (position 240.00 230.00) 57 (position 240.00 230.00)
52 (bounds 60.00 70.00) 58 (bounds 60.00 70.00)
53 (children 1 59 (children 1
54 (GraphicsLayer 60 (GraphicsLayer
55 (bounds 60.00 70.00) 61 (bounds 60.00 70.00)
56 (children 1 62 (children 1
57 (GraphicsLayer 63 (GraphicsLayer
58 (position 2.00 12.00) 64 (position 2.00 12.00)
59 (bounds 100.00 150.00) 65 (bounds 100.00 150.00)
60 (contentsOpaque 1) 66 (contentsOpaque 1)
67 (drawsContent 1)
68 (backgroundColor #808080)
61 (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 0.00 1.00 1.00]) 69 (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 0.00 1.00 1.00])
62 ) 70 )
63 ) 71 )
64 ) 72 )
65 ) 73 )
66 ) 74 )
67 ) 75 )
68 ) 76 )
69 ) 77 )
70 ) 78 )
71 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698