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

Side by Side Diff: LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-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 1
2 When the parent document becomes composited, the layer trees should get connecte d together. 2 When the parent document becomes composited, the layer trees should get connecte d together.
3 3
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1) 10 (drawsContent 1)
(...skipping 15 matching lines...) Expand all
26 (bounds 285.00 230.00) 26 (bounds 285.00 230.00)
27 (children 1 27 (children 1
28 (GraphicsLayer 28 (GraphicsLayer
29 (bounds 285.00 230.00) 29 (bounds 285.00 230.00)
30 (drawsContent 1) 30 (drawsContent 1)
31 (children 1 31 (children 1
32 (GraphicsLayer 32 (GraphicsLayer
33 (position 18.00 10.00) 33 (position 18.00 10.00)
34 (bounds 210.00 210.00) 34 (bounds 210.00 210.00)
35 (contentsOpaque 1) 35 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #0000FF)
36 ) 38 )
37 ) 39 )
38 ) 40 )
39 ) 41 )
40 ) 42 )
41 ) 43 )
42 ) 44 )
43 ) 45 )
44 ) 46 )
45 (GraphicsLayer 47 (GraphicsLayer
46 (position 285.00 0.00) 48 (position 285.00 0.00)
47 (bounds 15.00 150.00) 49 (bounds 15.00 150.00)
48 (drawsContent 1) 50 (drawsContent 1)
49 ) 51 )
50 ) 52 )
51 ) 53 )
52 ) 54 )
53 ) 55 )
54 (GraphicsLayer 56 (GraphicsLayer
55 (position 8.00 8.00) 57 (position 8.00 8.00)
56 (bounds 100.00 100.00) 58 (bounds 100.00 100.00)
57 (contentsOpaque 1) 59 (contentsOpaque 1)
60 (drawsContent 1)
61 (backgroundColor #0000FF)
58 ) 62 )
59 ) 63 )
60 ) 64 )
61 ) 65 )
62 ) 66 )
63 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698