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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/selection-gaps-toggling-expected.txt

Issue 551613002: Auto-rebaseline for r181492 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. The scrolling block selection layer should also be much smaller than the scrolling contents layer. 1 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. The scrolling block selection layer should also be much smaller than the scrolling contents layer.
2 Lorem Ipsum 2 Lorem Ipsum
3 Lorem Ipsum 3 Lorem Ipsum
4 Lorem Ipsum 4 Lorem Ipsum
5 Lorem Ipsum 5 Lorem Ipsum
6 Lorem Ipsum 6 Lorem Ipsum
7 Lorem Ipsum 7 Lorem Ipsum
8 Lorem Ipsum 8 Lorem Ipsum
9 Lorem Ipsum 9 Lorem Ipsum
10 Lorem Ipsum 10 Lorem Ipsum
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 133 }
134 ] 134 ]
135 } 135 }
136 ] 136 ]
137 } 137 }
138 138
139 139
140 *** iteration 2: *** 140 *** iteration 2: ***
141 141
142 { 142 {
143 "bounds": [785, 2478], 143 "bounds": [785, 2604],
144 "children": [ 144 "children": [
145 { 145 {
146 "bounds": [785, 2478], 146 "bounds": [785, 2604],
147 "contentsOpaque": true, 147 "contentsOpaque": true,
148 "drawsContent": true, 148 "drawsContent": true,
149 "children": [ 149 "children": [
150 { 150 {
151 "position": [8, 62], 151 "position": [8, 62],
152 "bounds": [300, 500], 152 "bounds": [300, 500],
153 "drawsContent": true, 153 "drawsContent": true,
154 "children": [ 154 "children": [
155 { 155 {
156 "bounds": [285, 485], 156 "bounds": [285, 485],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 } 262 }
263 ] 263 ]
264 } 264 }
265 ] 265 ]
266 } 266 }
267 267
268 268
269 *** iteration 3: *** 269 *** iteration 3: ***
270 270
271 { 271 {
272 "bounds": [785, 4413], 272 "bounds": [785, 4668],
273 "children": [ 273 "children": [
274 { 274 {
275 "bounds": [785, 4413], 275 "bounds": [785, 4668],
276 "contentsOpaque": true, 276 "contentsOpaque": true,
277 "drawsContent": true, 277 "drawsContent": true,
278 "children": [ 278 "children": [
279 { 279 {
280 "position": [8, 62], 280 "position": [8, 62],
281 "bounds": [300, 500], 281 "bounds": [300, 500],
282 "drawsContent": true, 282 "drawsContent": true,
283 "children": [ 283 "children": [
284 { 284 {
285 "bounds": [285, 485], 285 "bounds": [285, 485],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "bounds": [100, 50], 386 "bounds": [100, 50],
387 "contentsOpaque": true, 387 "contentsOpaque": true,
388 "drawsContent": true, 388 "drawsContent": true,
389 "backgroundColor": "#FFA500" 389 "backgroundColor": "#FFA500"
390 } 390 }
391 ] 391 ]
392 } 392 }
393 ] 393 ]
394 } 394 }
395 395
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698