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

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

Issue 236203020: Separate repaint and layout requirements of StyleDifference (Step 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update layout test expectations 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
1 position change with composited child 1 position change with composited child
2 2
3 position change with non-composited child 3 position change with non-composited child
4 4
5 z-index change with composited child 5 z-index change with composited child
6 6
7 z-index change with non-composited child 7 z-index change with non-composited child
8 8
9 opacity change with composited child 9 opacity change with composited child
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 ) 46 )
47 ) 47 )
48 ) 48 )
49 ) 49 )
50 (GraphicsLayer 50 (GraphicsLayer
51 (position 8.00 260.00) 51 (position 8.00 260.00)
52 (bounds 100.00 100.00) 52 (bounds 100.00 100.00)
53 (drawsContent 1) 53 (drawsContent 1)
54 (repaint rects 54 (repaint rects
55 (rect 0.00 0.00 100.00 100.00) 55 (rect 0.00 0.00 100.00 100.00)
56 (rect 0.00 0.00 100.00 100.00)
57 (rect 0.00 0.00 100.00 100.00)
56 ) 58 )
57 ) 59 )
58 (GraphicsLayer 60 (GraphicsLayer
59 (position 8.00 799.00) 61 (position 8.00 799.00)
60 (bounds 100.00 100.00) 62 (bounds 100.00 100.00)
61 (opacity 0.50) 63 (opacity 0.50)
62 (children 1 64 (children 1
63 (GraphicsLayer 65 (GraphicsLayer
64 (bounds 100.00 100.00) 66 (bounds 100.00 100.00)
65 (children 1 67 (children 1
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ) 145 )
144 ) 146 )
145 ) 147 )
146 (GraphicsLayer 148 (GraphicsLayer
147 (position 8.00 2059.00) 149 (position 8.00 2059.00)
148 (bounds 100.00 100.00) 150 (bounds 100.00 100.00)
149 (drawsContent 1) 151 (drawsContent 1)
150 (repaint rects 152 (repaint rects
151 (rect 0.00 0.00 100.00 100.00) 153 (rect 0.00 0.00 100.00 100.00)
152 (rect 0.00 0.00 100.00 100.00) 154 (rect 0.00 0.00 100.00 100.00)
153 (rect 0.00 0.00 100.00 100.00)
154 ) 155 )
155 ) 156 )
156 (GraphicsLayer 157 (GraphicsLayer
157 (position 8.00 440.00) 158 (position 8.00 440.00)
158 (bounds 100.00 100.00) 159 (bounds 100.00 100.00)
159 (children 1 160 (children 1
160 (GraphicsLayer 161 (GraphicsLayer
161 (bounds 100.00 100.00) 162 (bounds 100.00 100.00)
162 (children 1 163 (children 1
163 (GraphicsLayer 164 (GraphicsLayer
164 (bounds 152.00 152.00) 165 (bounds 152.00 152.00)
165 (contentsOpaque 1) 166 (contentsOpaque 1)
166 (drawsContent 1) 167 (drawsContent 1)
167 (backgroundColor #FFFF00) 168 (backgroundColor #FFFF00)
168 ) 169 )
169 ) 170 )
170 ) 171 )
171 ) 172 )
172 ) 173 )
173 (GraphicsLayer 174 (GraphicsLayer
174 (position 8.00 620.00) 175 (position 8.00 620.00)
175 (bounds 100.00 100.00) 176 (bounds 100.00 100.00)
176 (drawsContent 1) 177 (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 ) 178 )
183 ) 179 )
184 ) 180 )
185 ) 181 )
186 ) 182 )
187 183
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698