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

Side by Side Diff: LayoutTests/platform/win-xp/compositing/repaint/should-not-repaint-composited-descendants-expected.txt

Issue 240253007: Don't always repaint on zIndex change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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 position change with composited child
2
3 position change with non-composited child
4
5 z-index change with composited child
6
7 z-index change with non-composited child
8
9 opacity change with composited child
10
11 opacity change with non-composited child
12
13 transform change with composited child
14
15 transform change with non-composited child
16
17 filter change with composited child
18
19 filter change with non-composited child
20
21 clip change with composited child
22
23 clip change with non-composited child
24
25 (GraphicsLayer
26 (bounds 785.00 2172.00)
27 (children 1
28 (GraphicsLayer
29 (bounds 785.00 2172.00)
30 (contentsOpaque 1)
31 (drawsContent 1)
32 (children 12
33 (GraphicsLayer
34 (position 8.00 80.00)
35 (bounds 100.00 100.00)
36 (children 1
37 (GraphicsLayer
38 (bounds 100.00 100.00)
39 (children 1
40 (GraphicsLayer
41 (bounds 152.00 152.00)
42 (contentsOpaque 1)
43 (drawsContent 1)
44 (backgroundColor #FFFF00)
45 )
46 )
47 )
48 )
49 )
50 (GraphicsLayer
51 (position 8.00 260.00)
52 (bounds 100.00 100.00)
53 (drawsContent 1)
54 (repaint rects
55 (rect 0.00 0.00 100.00 99.00)
56 )
57 )
58 (GraphicsLayer
59 (position 8.00 799.00)
60 (bounds 100.00 100.00)
61 (opacity 0.50)
62 (children 1
63 (GraphicsLayer
64 (bounds 100.00 100.00)
65 (children 1
66 (GraphicsLayer
67 (bounds 152.00 152.00)
68 (contentsOpaque 1)
69 (drawsContent 1)
70 (backgroundColor #FFFF00)
71 )
72 )
73 )
74 )
75 )
76 (GraphicsLayer
77 (position 8.00 979.00)
78 (bounds 100.00 100.00)
79 (opacity 0.50)
80 (drawsContent 1)
81 )
82 (GraphicsLayer
83 (position 8.00 1159.00)
84 (bounds 100.00 100.00)
85 (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])
86 (children 1
87 (GraphicsLayer
88 (bounds 100.00 100.00)
89 (children 1
90 (GraphicsLayer
91 (bounds 152.00 152.00)
92 (contentsOpaque 1)
93 (drawsContent 1)
94 (backgroundColor #FFFF00)
95 )
96 )
97 )
98 )
99 )
100 (GraphicsLayer
101 (position 8.00 1339.00)
102 (bounds 100.00 100.00)
103 (drawsContent 1)
104 (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])
105 )
106 (GraphicsLayer
107 (position 8.00 1519.00)
108 (bounds 100.00 100.00)
109 (drawsContent 1)
110 (children 1
111 (GraphicsLayer
112 (bounds 100.00 100.00)
113 (children 1
114 (GraphicsLayer
115 (bounds 152.00 152.00)
116 (contentsOpaque 1)
117 (drawsContent 1)
118 (backgroundColor #FFFF00)
119 )
120 )
121 )
122 )
123 )
124 (GraphicsLayer
125 (position 8.00 1699.00)
126 (bounds 100.00 100.00)
127 (drawsContent 1)
128 )
129 (GraphicsLayer
130 (position 8.00 1879.00)
131 (bounds 100.00 100.00)
132 (children 1
133 (GraphicsLayer
134 (bounds 100.00 100.00)
135 (children 1
136 (GraphicsLayer
137 (bounds 152.00 152.00)
138 (contentsOpaque 1)
139 (drawsContent 1)
140 (backgroundColor #FFFF00)
141 )
142 )
143 )
144 )
145 )
146 (GraphicsLayer
147 (position 8.00 2059.00)
148 (bounds 100.00 100.00)
149 (drawsContent 1)
150 (repaint rects
151 (rect 0.00 0.00 100.00 99.00)
152 (rect 0.00 0.00 100.00 99.00)
153 (rect 0.00 0.00 100.00 99.00)
154 )
155 )
156 (GraphicsLayer
157 (position 8.00 440.00)
158 (bounds 100.00 100.00)
159 (children 1
160 (GraphicsLayer
161 (bounds 100.00 100.00)
162 (children 1
163 (GraphicsLayer
164 (bounds 152.00 152.00)
165 (contentsOpaque 1)
166 (drawsContent 1)
167 (backgroundColor #FFFF00)
168 )
169 )
170 )
171 )
172 )
173 (GraphicsLayer
174 (position 8.00 620.00)
175 (bounds 100.00 100.00)
176 (drawsContent 1)
177 (repaint rects
178 (rect 0.00 0.00 100.00 100.00)
179 (rect 0.00 0.00 100.00 100.00)
180 (rect 0.00 0.00 100.00 100.00)
181 )
182 )
183 )
184 )
185 )
186 )
187
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698