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

Side by Side Diff: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 331693004: Issue repaints when offsetFromRenderer changes for any squashed layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests. Created 6 years, 6 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 Test that layers can be nicely added or removed from a squashed layer, without u nnecessary repaints on any layer. Click anywhere to test interactively; keep cli cking to proceed through the test. 1 Test that layers can be nicely added or removed from a squashed layer, without u nnecessary repaints on any layer. Click anywhere to test interactively; keep cli cking to proceed through the test.
2 2
3 CASE 1, original layer tree with overlap1 and overlap2: 3 CASE 1, original layer tree with overlap1 and overlap2:
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1) 10 (drawsContent 1)
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 (contentsOpaque 1) 117 (contentsOpaque 1)
118 (drawsContent 1) 118 (drawsContent 1)
119 (backgroundColor #808080) 119 (backgroundColor #808080)
120 ) 120 )
121 (GraphicsLayer 121 (GraphicsLayer
122 (position 300.00 300.00) 122 (position 300.00 300.00)
123 (bounds 100.00 100.00) 123 (bounds 100.00 100.00)
124 (drawsContent 1) 124 (drawsContent 1)
125 (repaint rects 125 (repaint rects
126 (rect 0.00 0.00 100.00 100.00) 126 (rect 0.00 0.00 100.00 100.00)
127 (rect 0.00 0.00 100.00 100.00)
127 ) 128 )
128 ) 129 )
129 ) 130 )
130 ) 131 )
131 ) 132 )
132 ) 133 )
133 ) 134 )
134 ) 135 )
135 CASE 5, overlap2 gets added back: 136 CASE 5, overlap2 gets added back:
136 (GraphicsLayer 137 (GraphicsLayer
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 (rect 0.00 0.00 100.00 100.00) 206 (rect 0.00 0.00 100.00 100.00)
206 ) 207 )
207 ) 208 )
208 ) 209 )
209 ) 210 )
210 ) 211 )
211 ) 212 )
212 ) 213 )
213 ) 214 )
214 215
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698