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

Side by Side Diff: LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-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 (children 1 7 (children 1
8 (GraphicsLayer 8 (GraphicsLayer
9 (bounds 800.00 600.00) 9 (bounds 800.00 600.00)
10 (drawsContent 1) 10 (drawsContent 1)
11 (children 3 11 (children 3
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 8.00 8.00) 13 (position 8.00 8.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #FF0000)
15 (children 2 17 (children 2
16 (GraphicsLayer 18 (GraphicsLayer
17 (bounds 160.00 90.00) 19 (bounds 160.00 90.00)
18 (isolate 1) 20 (isolate 1)
19 (contentsOpaque 1) 21 (contentsOpaque 1)
20 (drawsContent 1) 22 (drawsContent 1)
21 (backgroundColor #008000) 23 (backgroundColor #008000)
22 (children 1 24 (children 1
23 (GraphicsLayer 25 (GraphicsLayer
24 (bounds 160.00 90.00) 26 (bounds 160.00 90.00)
25 (blendMode multiply) 27 (blendMode multiply)
26 ) 28 )
27 ) 29 )
28 ) 30 )
29 (GraphicsLayer 31 (GraphicsLayer
32 (drawsContent 1)
30 ) 33 )
31 ) 34 )
32 ) 35 )
33 (GraphicsLayer 36 (GraphicsLayer
34 (position 8.00 8.00) 37 (position 8.00 8.00)
35 (contentsOpaque 1) 38 (contentsOpaque 1)
39 (drawsContent 1)
40 (backgroundColor #FF0000)
36 (children 2 41 (children 2
37 (GraphicsLayer 42 (GraphicsLayer
38 (bounds 160.00 90.00) 43 (bounds 160.00 90.00)
39 (isolate 1) 44 (isolate 1)
40 (contentsOpaque 1) 45 (contentsOpaque 1)
41 (drawsContent 1) 46 (drawsContent 1)
42 (backgroundColor #008000) 47 (backgroundColor #008000)
43 (children 1 48 (children 1
44 (GraphicsLayer 49 (GraphicsLayer
45 (bounds 160.00 90.00) 50 (bounds 160.00 90.00)
46 (blendMode multiply) 51 (blendMode multiply)
47 ) 52 )
48 ) 53 )
49 ) 54 )
50 (GraphicsLayer 55 (GraphicsLayer
56 (drawsContent 1)
51 ) 57 )
52 ) 58 )
53 ) 59 )
54 (GraphicsLayer 60 (GraphicsLayer
55 (bounds 800.00 600.00) 61 (bounds 800.00 600.00)
56 (drawsContent 1) 62 (drawsContent 1)
57 ) 63 )
58 ) 64 )
59 ) 65 )
60 ) 66 )
61 ) 67 )
62 ) 68 )
63 ) 69 )
64 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698