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

Side by Side Diff: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt

Issue 336493004: Removing a RenderLayer's CLM should trigger a repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 The gray div is a composited fixed-position element, and the cyan/lime elements should be squashed together on top. When scrolling, paragraphs may pop in-and-ou t of the squashing layer when they change overlapping status with respect to the composited layer underneath. 1 The gray div is a composited fixed-position element, and the cyan/lime elements should be squashed together on top. When scrolling, paragraphs may pop in-and-ou t of the squashing layer when they change overlapping status with respect to the composited layer underneath.
2 2
3 This scenario tests (1) that content repaints correctly as layers pop in and out of squashing, and (2) that the positioning of the squashing layer remains corre ct (i.e. scrolls properly) when the squashing layer is on top of a fixed-positio n composited layer. 3 This scenario tests (1) that content repaints correctly as layers pop in and out of squashing, and (2) that the positioning of the squashing layer remains corre ct (i.e. scrolls properly) when the squashing layer is on top of a fixed-positio n composited layer.
4 4
5 CASE 1, original layer tree: 5 CASE 1, original layer tree:
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 785.00 1400.00) 7 (bounds 785.00 1400.00)
8 (children 1 8 (children 1
9 (GraphicsLayer 9 (GraphicsLayer
10 (bounds 785.00 1400.00) 10 (bounds 785.00 1400.00)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 (GraphicsLayer 45 (GraphicsLayer
46 (bounds 785.00 1400.00) 46 (bounds 785.00 1400.00)
47 (contentsOpaque 1) 47 (contentsOpaque 1)
48 (drawsContent 1) 48 (drawsContent 1)
49 (repaint rects 49 (repaint rects
50 (rect 0.00 500.00 200.00 100.00) 50 (rect 0.00 500.00 200.00 100.00)
51 (rect 0.00 400.00 200.00 100.00) 51 (rect 0.00 400.00 200.00 100.00)
52 (rect 0.00 300.00 200.00 100.00) 52 (rect 0.00 300.00 200.00 100.00)
53 (rect 0.00 200.00 200.00 100.00) 53 (rect 0.00 200.00 200.00 100.00)
54 (rect 0.00 100.00 200.00 100.00) 54 (rect 0.00 100.00 200.00 100.00)
55 (rect 0.00 100.00 200.00 100.00)
55 ) 56 )
56 (children 2 57 (children 2
57 (GraphicsLayer 58 (GraphicsLayer
58 (position 100.00 230.00) 59 (position 100.00 230.00)
59 (bounds 300.00 300.00) 60 (bounds 300.00 300.00)
60 (contentsOpaque 1) 61 (contentsOpaque 1)
61 (drawsContent 1) 62 (drawsContent 1)
62 (backgroundColor #D3D3D3) 63 (backgroundColor #D3D3D3)
63 ) 64 )
64 (GraphicsLayer 65 (GraphicsLayer
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 (GraphicsLayer 133 (GraphicsLayer
133 (bounds 785.00 1400.00) 134 (bounds 785.00 1400.00)
134 (contentsOpaque 1) 135 (contentsOpaque 1)
135 (drawsContent 1) 136 (drawsContent 1)
136 (repaint rects 137 (repaint rects
137 (rect 0.00 600.00 200.00 100.00) 138 (rect 0.00 600.00 200.00 100.00)
138 (rect 0.00 500.00 200.00 100.00) 139 (rect 0.00 500.00 200.00 100.00)
139 (rect 0.00 400.00 200.00 100.00) 140 (rect 0.00 400.00 200.00 100.00)
140 (rect 0.00 300.00 200.00 100.00) 141 (rect 0.00 300.00 200.00 100.00)
141 (rect 0.00 200.00 200.00 100.00) 142 (rect 0.00 200.00 200.00 100.00)
143 (rect 0.00 200.00 200.00 100.00)
142 ) 144 )
143 (children 2 145 (children 2
144 (GraphicsLayer 146 (GraphicsLayer
145 (position 100.00 320.00) 147 (position 100.00 320.00)
146 (bounds 300.00 300.00) 148 (bounds 300.00 300.00)
147 (contentsOpaque 1) 149 (contentsOpaque 1)
148 (drawsContent 1) 150 (drawsContent 1)
149 (backgroundColor #D3D3D3) 151 (backgroundColor #D3D3D3)
150 ) 152 )
151 (GraphicsLayer 153 (GraphicsLayer
(...skipping 18 matching lines...) Expand all
170 (rect 0.00 0.00 200.00 100.00) 172 (rect 0.00 0.00 200.00 100.00)
171 ) 173 )
172 ) 174 )
173 ) 175 )
174 ) 176 )
175 ) 177 )
176 ) 178 )
177 ) 179 )
178 ) 180 )
179 181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698