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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/selection-gaps-after-removing-scrolling-contents-expected.txt

Issue 543953002: Auto-rebaseline for r181413 (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) draws content only on iterations 1 and 2, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 3. 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 1 and 2, an d its scrolling block selection layer (the child of the scrolling contents layer ) draws content only on iteration 3. 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "bounds": [785, 4476], 275 "bounds": [785, 4476],
276 "children": [ 276 "children": [
277 { 277 {
278 "bounds": [785, 4476], 278 "bounds": [785, 4476],
279 "contentsOpaque": true, 279 "contentsOpaque": true,
280 "drawsContent": true, 280 "drawsContent": true,
281 "children": [ 281 "children": [
282 { 282 {
283 "position": [8, 80], 283 "position": [8, 80],
284 "bounds": [300, 500], 284 "bounds": [300, 500],
285 "drawsContent": true,
285 "children": [ 286 "children": [
286 { 287 {
287 "bounds": [285, 485], 288 "bounds": [285, 485],
288 "children": [ 289 "children": [
289 { 290 {
290 "bounds": [285, 665], 291 "bounds": [285, 665],
291 "shouldFlattenTransform": false, 292 "shouldFlattenTransform": false,
292 "children": [ 293 "children": [
293 { 294 {
294 "position": [0, 195], 295 "position": [0, 195],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 } 394 }
394 ] 395 ]
395 } 396 }
396 ] 397 ]
397 } 398 }
398 399
399 400
400 *** iteration 4: *** 401 *** iteration 4: ***
401 402
402 { 403 {
403 "bounds": [785, 6396], 404 "bounds": [785, 6411],
404 "children": [ 405 "children": [
405 { 406 {
406 "bounds": [785, 6396], 407 "bounds": [785, 6411],
407 "contentsOpaque": true, 408 "contentsOpaque": true,
408 "drawsContent": true, 409 "drawsContent": true,
409 "children": [ 410 "children": [
410 { 411 {
411 "position": [8, 80], 412 "position": [8, 80],
412 "bounds": [300, 500], 413 "bounds": [300, 500],
414 "drawsContent": true,
413 "children": [ 415 "children": [
414 { 416 {
415 "bounds": [285, 485], 417 "bounds": [285, 485],
416 "children": [ 418 "children": [
417 { 419 {
418 "bounds": [285, 665], 420 "bounds": [285, 665],
419 "shouldFlattenTransform": false, 421 "shouldFlattenTransform": false,
420 "children": [ 422 "children": [
421 { 423 {
422 "position": [0, 195], 424 "position": [0, 195],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "bounds": [100, 50], 518 "bounds": [100, 50],
517 "contentsOpaque": true, 519 "contentsOpaque": true,
518 "drawsContent": true, 520 "drawsContent": true,
519 "backgroundColor": "#FFA500" 521 "backgroundColor": "#FFA500"
520 } 522 }
521 ] 523 ]
522 } 524 }
523 ] 525 ]
524 } 526 }
525 527
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698