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

Side by Side Diff: LayoutTests/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
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 (backgroundColor #FFFF00) 167 (backgroundColor #FFFF00)
168 ) 168 )
169 ) 169 )
170 ) 170 )
171 ) 171 )
172 ) 172 )
173 (GraphicsLayer 173 (GraphicsLayer
174 (position 8.00 620.00) 174 (position 8.00 620.00)
175 (bounds 100.00 100.00) 175 (bounds 100.00 100.00)
176 (drawsContent 1) 176 (drawsContent 1)
177 (repaint rects
178 (rect 0.00 0.00 100.00 99.00)
179 (rect 0.00 0.00 100.00 99.00)
180 (rect 0.00 0.00 100.00 99.00)
181 )
182 ) 177 )
183 ) 178 )
184 ) 179 )
185 ) 180 )
186 ) 181 )
187 182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698