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

Side by Side Diff: trunk/LayoutTests/compositing/squashing/squash-transform-repainting-child-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 CASE 1, original layer tree 1 CASE 1, original layer tree
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 800.00 600.00) 3 (bounds 800.00 600.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 800.00 600.00) 6 (bounds 800.00 600.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (children 2 11 (children 2
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 100.00 100.00) 13 (position 100.00 100.00)
14 (bounds 100.00 100.00) 14 (bounds 100.00 100.00)
15 (contentsOpaque 1) 15 (contentsOpaque 1)
16 (drawsContent 1)
17 (backgroundColor #0000FF)
18 ) 16 )
19 (GraphicsLayer 17 (GraphicsLayer
20 (position -1.00 -1.00) 18 (position -1.00 -1.00)
21 (bounds 280.72 280.72) 19 (bounds 280.72 280.72)
22 (drawsContent 1) 20 (drawsContent 1)
23 ) 21 )
24 ) 22 )
25 ) 23 )
26 ) 24 )
27 ) 25 )
28 ) 26 )
29 ) 27 )
30 CASE 2, hovering over the outer div 28 CASE 2, hovering over the outer div
31 (GraphicsLayer 29 (GraphicsLayer
32 (bounds 800.00 600.00) 30 (bounds 800.00 600.00)
33 (children 1 31 (children 1
34 (GraphicsLayer 32 (GraphicsLayer
35 (bounds 800.00 600.00) 33 (bounds 800.00 600.00)
36 (contentsOpaque 1) 34 (contentsOpaque 1)
37 (drawsContent 1) 35 (drawsContent 1)
38 (children 1 36 (children 1
39 (GraphicsLayer 37 (GraphicsLayer
40 (children 2 38 (children 2
41 (GraphicsLayer 39 (GraphicsLayer
42 (position 100.00 100.00) 40 (position 100.00 100.00)
43 (bounds 100.00 100.00) 41 (bounds 100.00 100.00)
44 (contentsOpaque 1) 42 (contentsOpaque 1)
45 (drawsContent 1)
46 (backgroundColor #0000FF)
47 ) 43 )
48 (GraphicsLayer 44 (GraphicsLayer
49 (position -1.00 -1.00) 45 (position -1.00 -1.00)
50 (bounds 280.72 280.72) 46 (bounds 280.72 280.72)
51 (drawsContent 1) 47 (drawsContent 1)
52 (repaint rects 48 (repaint rects
53 (rect 0.00 0.00 141.00 141.00) 49 (rect 0.00 0.00 141.00 141.00)
54 (rect 0.00 0.00 141.00 141.00) 50 (rect 0.00 0.00 141.00 141.00)
55 (rect 0.00 0.00 141.00 141.00) 51 (rect 0.00 0.00 141.00 141.00)
56 ) 52 )
(...skipping 12 matching lines...) Expand all
69 (bounds 800.00 600.00) 65 (bounds 800.00 600.00)
70 (contentsOpaque 1) 66 (contentsOpaque 1)
71 (drawsContent 1) 67 (drawsContent 1)
72 (children 1 68 (children 1
73 (GraphicsLayer 69 (GraphicsLayer
74 (children 2 70 (children 2
75 (GraphicsLayer 71 (GraphicsLayer
76 (position 100.00 100.00) 72 (position 100.00 100.00)
77 (bounds 100.00 100.00) 73 (bounds 100.00 100.00)
78 (contentsOpaque 1) 74 (contentsOpaque 1)
79 (drawsContent 1)
80 (backgroundColor #0000FF)
81 ) 75 )
82 (GraphicsLayer 76 (GraphicsLayer
83 (position -1.00 -1.00) 77 (position -1.00 -1.00)
84 (bounds 280.72 280.72) 78 (bounds 280.72 280.72)
85 (drawsContent 1) 79 (drawsContent 1)
86 (repaint rects 80 (repaint rects
87 (rect 0.00 0.00 141.00 141.00) 81 (rect 0.00 0.00 141.00 141.00)
88 (rect 0.00 0.00 141.00 141.00) 82 (rect 0.00 0.00 141.00 141.00)
89 (rect 0.00 0.00 141.00 141.00) 83 (rect 0.00 0.00 141.00 141.00)
90 (rect 31.00 31.00 71.00 71.00) 84 (rect 31.00 31.00 71.00 71.00)
91 (rect 31.00 31.00 71.00 71.00) 85 (rect 31.00 31.00 71.00 71.00)
92 (rect 31.00 31.00 71.00 71.00) 86 (rect 31.00 31.00 71.00 71.00)
93 ) 87 )
94 ) 88 )
95 ) 89 )
96 ) 90 )
97 ) 91 )
98 ) 92 )
99 ) 93 )
100 ) 94 )
101 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698