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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/selection-gaps-toggling-with-scrolling-contents-expected.txt

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 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 15 matching lines...) Expand all
26 "bounds": [300, 500], 26 "bounds": [300, 500],
27 "children": [ 27 "children": [
28 { 28 {
29 "bounds": [285, 485], 29 "bounds": [285, 485],
30 "children": [ 30 "children": [
31 { 31 {
32 "bounds": [285, 665], 32 "bounds": [285, 665],
33 "shouldFlattenTransform": false, 33 "shouldFlattenTransform": false,
34 "children": [ 34 "children": [
35 { 35 {
36 36 "shouldFlattenTransform": false
37 } 37 }
38 ] 38 ]
39 } 39 }
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "children": [ 43 "children": [
44 { 44 {
45 "position": [0, 485], 45 "position": [0, 485],
46 "bounds": [285, 15], 46 "bounds": [285, 15],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "children": [ 155 "children": [
156 { 156 {
157 "bounds": [285, 485], 157 "bounds": [285, 485],
158 "children": [ 158 "children": [
159 { 159 {
160 "bounds": [285, 665], 160 "bounds": [285, 665],
161 "shouldFlattenTransform": false, 161 "shouldFlattenTransform": false,
162 "drawsContent": true, 162 "drawsContent": true,
163 "children": [ 163 "children": [
164 { 164 {
165 165 "shouldFlattenTransform": false
166 } 166 }
167 ] 167 ]
168 } 168 }
169 ] 169 ]
170 }, 170 },
171 { 171 {
172 "children": [ 172 "children": [
173 { 173 {
174 "position": [0, 485], 174 "position": [0, 485],
175 "bounds": [285, 15], 175 "bounds": [285, 15],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "children": [ 284 "children": [
285 { 285 {
286 "bounds": [285, 485], 286 "bounds": [285, 485],
287 "children": [ 287 "children": [
288 { 288 {
289 "bounds": [285, 665], 289 "bounds": [285, 665],
290 "shouldFlattenTransform": false, 290 "shouldFlattenTransform": false,
291 "drawsContent": true, 291 "drawsContent": true,
292 "children": [ 292 "children": [
293 { 293 {
294 294 "shouldFlattenTransform": false
295 } 295 }
296 ] 296 ]
297 } 297 }
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "children": [ 301 "children": [
302 { 302 {
303 "position": [0, 485], 303 "position": [0, 485],
304 "bounds": [285, 15], 304 "bounds": [285, 15],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 { 411 {
412 "bounds": [285, 485], 412 "bounds": [285, 485],
413 "children": [ 413 "children": [
414 { 414 {
415 "bounds": [285, 665], 415 "bounds": [285, 665],
416 "shouldFlattenTransform": false, 416 "shouldFlattenTransform": false,
417 "children": [ 417 "children": [
418 { 418 {
419 "position": [0, 195], 419 "position": [0, 195],
420 "bounds": [285, 15], 420 "bounds": [285, 15],
421 "shouldFlattenTransform": false,
421 "drawsContent": true 422 "drawsContent": true
422 } 423 }
423 ] 424 ]
424 } 425 }
425 ] 426 ]
426 }, 427 },
427 { 428 {
428 "children": [ 429 "children": [
429 { 430 {
430 "position": [0, 485], 431 "position": [0, 485],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "bounds": [100, 50], 514 "bounds": [100, 50],
514 "contentsOpaque": true, 515 "contentsOpaque": true,
515 "drawsContent": true, 516 "drawsContent": true,
516 "backgroundColor": "#FFA500" 517 "backgroundColor": "#FFA500"
517 } 518 }
518 ] 519 ]
519 } 520 }
520 ] 521 ]
521 } 522 }
522 523
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698