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

Side by Side Diff: LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt

Issue 182383019: Should not repaint if a CSS property change can be composited (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
(Empty)
1 composited child non-composited child
2 position
3 z-index
4 opacity
5 transform
6 filter
7 (GraphicsLayer
8 (bounds 800.00 600.00)
9 (children 1
10 (GraphicsLayer
11 (bounds 800.00 600.00)
12 (contentsOpaque 1)
13 (drawsContent 1)
14 (children 10
15 (GraphicsLayer
16 (position 72.00 35.00)
17 (bounds 100.00 100.00)
18 (children 1
19 (GraphicsLayer
20 (bounds 100.00 100.00)
21 (children 1
22 (GraphicsLayer
23 (bounds 152.00 152.00)
24 (contentsOpaque 1)
25 (drawsContent 1)
26 (backgroundColor #FFFF00)
27 )
28 )
29 )
30 )
31 )
32 (GraphicsLayer
33 (position 178.00 35.00)
34 (bounds 100.00 100.00)
35 (drawsContent 1)
36 (repaint rects
37 (rect 0.00 0.00 100.00 100.00)
38 )
39 )
40 (GraphicsLayer
41 (position 72.00 243.00)
42 (bounds 100.00 100.00)
43 (opacity 0.50)
44 (children 1
45 (GraphicsLayer
46 (bounds 100.00 100.00)
47 (children 1
48 (GraphicsLayer
49 (bounds 152.00 152.00)
50 (contentsOpaque 1)
51 (drawsContent 1)
52 (backgroundColor #FFFF00)
53 )
54 )
55 )
56 )
57 )
58 (GraphicsLayer
59 (position 178.00 243.00)
60 (bounds 100.00 100.00)
61 (opacity 0.50)
62 (drawsContent 1)
63 (repaint rects
64 (rect 0.00 0.00 100.00 100.00)
65 )
66 )
67 (GraphicsLayer
68 (position 72.00 347.00)
69 (bounds 100.00 100.00)
70 (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 20.00 1.00])
71 (children 1
72 (GraphicsLayer
73 (bounds 100.00 100.00)
74 (children 1
75 (GraphicsLayer
76 (bounds 152.00 152.00)
77 (contentsOpaque 1)
78 (drawsContent 1)
79 (backgroundColor #FFFF00)
80 )
81 )
82 )
83 )
84 )
85 (GraphicsLayer
86 (position 178.00 347.00)
87 (bounds 100.00 100.00)
88 (drawsContent 1)
89 (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 20.00 1.00])
90 (repaint rects
91 (rect 0.00 0.00 100.00 100.00)
92 )
93 )
94 (GraphicsLayer
95 (position 72.00 451.00)
96 (bounds 100.00 100.00)
97 (drawsContent 1)
98 (repaint rects
99 (rect 0.00 0.00 100.00 100.00)
100 )
101 (children 1
102 (GraphicsLayer
103 (bounds 100.00 100.00)
104 (children 1
105 (GraphicsLayer
106 (bounds 152.00 152.00)
107 (contentsOpaque 1)
108 (drawsContent 1)
109 (backgroundColor #FFFF00)
110 )
111 )
112 )
113 )
114 )
115 (GraphicsLayer
116 (position 178.00 451.00)
117 (bounds 100.00 100.00)
118 (drawsContent 1)
119 (repaint rects
120 (rect 0.00 0.00 100.00 100.00)
121 )
122 )
123 (GraphicsLayer
124 (position 72.00 139.00)
125 (bounds 100.00 100.00)
126 (children 1
127 (GraphicsLayer
128 (bounds 100.00 100.00)
129 (children 1
130 (GraphicsLayer
131 (bounds 152.00 152.00)
132 (contentsOpaque 1)
133 (drawsContent 1)
134 (backgroundColor #FFFF00)
135 )
136 )
137 )
138 )
139 )
140 (GraphicsLayer
141 (position 178.00 139.00)
142 (bounds 100.00 100.00)
143 (drawsContent 1)
144 (repaint rects
145 (rect 0.00 0.00 100.00 100.00)
146 )
147 )
148 )
149 )
150 )
151 )
152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698