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

Side by Side Diff: trunk/LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-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 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)
38 ) 36 )
39 ) 37 )
40 ) 38 )
41 ) 39 )
42 ) 40 )
43 ) 41 )
44 ) 42 )
45 ) 43 )
46 ) 44 )
47 (GraphicsLayer 45 (GraphicsLayer
48 (position 285.00 0.00) 46 (position 285.00 0.00)
49 (bounds 15.00 150.00) 47 (bounds 15.00 150.00)
50 (drawsContent 1) 48 (drawsContent 1)
51 ) 49 )
52 ) 50 )
53 ) 51 )
54 ) 52 )
55 ) 53 )
56 (GraphicsLayer 54 (GraphicsLayer
57 (position 8.00 8.00) 55 (position 8.00 8.00)
58 (bounds 100.00 100.00) 56 (bounds 100.00 100.00)
59 (contentsOpaque 1) 57 (contentsOpaque 1)
60 (drawsContent 1)
61 (backgroundColor #0000FF)
62 ) 58 )
63 ) 59 )
64 ) 60 )
65 ) 61 )
66 ) 62 )
67 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698