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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) draws content only on iterations 2 and 3, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 4. 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) draws content only on iterations 2 and 3, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 4. 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 13 matching lines...) Expand all
24 { 24 {
25 "position": [8, 80], 25 "position": [8, 80],
26 "bounds": [300, 500], 26 "bounds": [300, 500],
27 "drawsContent": true, 27 "drawsContent": true,
28 "children": [ 28 "children": [
29 { 29 {
30 "bounds": [285, 485], 30 "bounds": [285, 485],
31 "children": [ 31 "children": [
32 { 32 {
33 "bounds": [285, 665], 33 "bounds": [285, 665],
34 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false
35 "children": [
36 {
37 "shouldFlattenTransform": false
38 }
39 ]
40 } 35 }
41 ] 36 ]
42 }, 37 },
43 { 38 {
44 "children": [ 39 "children": [
45 { 40 {
46 "position": [0, 485], 41 "position": [0, 485],
47 "bounds": [285, 15] 42 "bounds": [285, 15]
48 }, 43 },
49 { 44 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 } 126 }
132 ] 127 ]
133 } 128 }
134 ] 129 ]
135 } 130 }
136 131
137 132
138 *** iteration 2: *** 133 *** iteration 2: ***
139 134
140 { 135 {
141 "bounds": [785, 2466], 136 "bounds": [785, 2391],
142 "children": [ 137 "children": [
143 { 138 {
144 "bounds": [785, 2466], 139 "bounds": [785, 2391],
145 "contentsOpaque": true, 140 "contentsOpaque": true,
146 "drawsContent": true, 141 "drawsContent": true,
147 "children": [ 142 "children": [
148 { 143 {
149 "position": [8, 80], 144 "position": [8, 80],
150 "bounds": [300, 500], 145 "bounds": [300, 500],
151 "contentsOpaque": true, 146 "contentsOpaque": true,
152 "drawsContent": true, 147 "drawsContent": true,
153 "backgroundColor": "#0000FF", 148 "backgroundColor": "#0000FF",
154 "children": [ 149 "children": [
155 { 150 {
156 "bounds": [285, 485], 151 "bounds": [285, 485],
157 "children": [ 152 "children": [
158 { 153 {
159 "bounds": [285, 665], 154 "bounds": [285, 665],
160 "shouldFlattenTransform": false, 155 "shouldFlattenTransform": false,
161 "drawsContent": true, 156 "drawsContent": true
162 "children": [
163 {
164 "shouldFlattenTransform": false
165 }
166 ]
167 } 157 }
168 ] 158 ]
169 }, 159 },
170 { 160 {
171 "children": [ 161 "children": [
172 { 162 {
173 "position": [0, 485], 163 "position": [0, 485],
174 "bounds": [285, 15] 164 "bounds": [285, 15]
175 }, 165 },
176 { 166 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 } 248 }
259 ] 249 ]
260 } 250 }
261 ] 251 ]
262 } 252 }
263 253
264 254
265 *** iteration 3: *** 255 *** iteration 3: ***
266 256
267 { 257 {
268 "bounds": [785, 4371], 258 "bounds": [785, 4221],
269 "children": [ 259 "children": [
270 { 260 {
271 "bounds": [785, 4371], 261 "bounds": [785, 4221],
272 "contentsOpaque": true, 262 "contentsOpaque": true,
273 "drawsContent": true, 263 "drawsContent": true,
274 "children": [ 264 "children": [
275 { 265 {
276 "position": [8, 80], 266 "position": [8, 80],
277 "bounds": [300, 500], 267 "bounds": [300, 500],
278 "contentsOpaque": true, 268 "contentsOpaque": true,
279 "drawsContent": true, 269 "drawsContent": true,
280 "backgroundColor": "#0000FF", 270 "backgroundColor": "#0000FF",
281 "children": [ 271 "children": [
282 { 272 {
283 "bounds": [285, 485], 273 "bounds": [285, 485],
284 "children": [ 274 "children": [
285 { 275 {
286 "bounds": [285, 665], 276 "bounds": [285, 665],
287 "shouldFlattenTransform": false, 277 "shouldFlattenTransform": false,
288 "drawsContent": true, 278 "drawsContent": true
289 "children": [
290 {
291 "shouldFlattenTransform": false
292 }
293 ]
294 } 279 }
295 ] 280 ]
296 }, 281 },
297 { 282 {
298 "children": [ 283 "children": [
299 { 284 {
300 "position": [0, 485], 285 "position": [0, 485],
301 "bounds": [285, 15] 286 "bounds": [285, 15]
302 }, 287 },
303 { 288 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 } 370 }
386 ] 371 ]
387 } 372 }
388 ] 373 ]
389 } 374 }
390 375
391 376
392 *** iteration 4: *** 377 *** iteration 4: ***
393 378
394 { 379 {
395 "bounds": [785, 6276], 380 "bounds": [785, 6051],
396 "children": [ 381 "children": [
397 { 382 {
398 "bounds": [785, 6276], 383 "bounds": [785, 6051],
399 "contentsOpaque": true, 384 "contentsOpaque": true,
400 "drawsContent": true, 385 "drawsContent": true,
401 "children": [ 386 "children": [
402 { 387 {
403 "position": [8, 80], 388 "position": [8, 80],
404 "bounds": [300, 500], 389 "bounds": [300, 500],
405 "drawsContent": true, 390 "drawsContent": true,
406 "children": [ 391 "children": [
407 { 392 {
408 "bounds": [285, 485], 393 "bounds": [285, 485],
409 "children": [ 394 "children": [
410 { 395 {
411 "bounds": [285, 665], 396 "bounds": [285, 665],
412 "shouldFlattenTransform": false, 397 "shouldFlattenTransform": false
413 "children": [
414 {
415 "position": [0, 195],
416 "bounds": [285, 15],
417 "shouldFlattenTransform": false,
418 "drawsContent": true
419 }
420 ]
421 } 398 }
422 ] 399 ]
423 }, 400 },
424 { 401 {
425 "children": [ 402 "children": [
426 { 403 {
427 "position": [0, 485], 404 "position": [0, 485],
428 "bounds": [285, 15] 405 "bounds": [285, 15]
429 }, 406 },
430 { 407 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "bounds": [100, 50], 485 "bounds": [100, 50],
509 "contentsOpaque": true, 486 "contentsOpaque": true,
510 "drawsContent": true, 487 "drawsContent": true,
511 "backgroundColor": "#FFA500" 488 "backgroundColor": "#FFA500"
512 } 489 }
513 ] 490 ]
514 } 491 }
515 ] 492 ]
516 } 493 }
517 494
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698