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

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

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 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 "children": [ 35 "children": [
35 { 36 {
36 37 "shouldFlattenTransform": false
37 } 38 }
38 ] 39 ]
39 } 40 }
40 ] 41 ]
41 }, 42 },
42 { 43 {
43 "children": [ 44 "children": [
44 { 45 {
45 "position": [0, 485], 46 "position": [0, 485],
46 "bounds": [285, 15], 47 "bounds": [285, 15],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 } 133 }
133 ] 134 ]
134 } 135 }
135 ] 136 ]
136 } 137 }
137 138
138 139
139 *** iteration 2: *** 140 *** iteration 2: ***
140 141
141 { 142 {
142 "bounds": [785, 2606], 143 "bounds": [785, 2622],
143 "children": [ 144 "children": [
144 { 145 {
145 "bounds": [785, 2606], 146 "bounds": [785, 2622],
146 "contentsOpaque": true, 147 "contentsOpaque": true,
147 "drawsContent": true, 148 "drawsContent": true,
148 "children": [ 149 "children": [
149 { 150 {
150 "position": [8, 80], 151 "position": [8, 80],
151 "bounds": [300, 500], 152 "bounds": [300, 500],
152 "contentsOpaque": true, 153 "contentsOpaque": true,
153 "drawsContent": true, 154 "drawsContent": true,
154 "backgroundColor": "#0000FF", 155 "backgroundColor": "#0000FF",
155 "children": [ 156 "children": [
156 { 157 {
157 "bounds": [285, 485], 158 "bounds": [285, 485],
158 "children": [ 159 "children": [
159 { 160 {
160 "bounds": [285, 665], 161 "bounds": [285, 665],
162 "shouldFlattenTransform": false,
161 "drawsContent": true, 163 "drawsContent": true,
162 "children": [ 164 "children": [
163 { 165 {
164 166 "shouldFlattenTransform": false
165 } 167 }
166 ] 168 ]
167 } 169 }
168 ] 170 ]
169 }, 171 },
170 { 172 {
171 "children": [ 173 "children": [
172 { 174 {
173 "position": [0, 485], 175 "position": [0, 485],
174 "bounds": [285, 15], 176 "bounds": [285, 15],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 } 262 }
261 ] 263 ]
262 } 264 }
263 ] 265 ]
264 } 266 }
265 267
266 268
267 *** iteration 3: *** 269 *** iteration 3: ***
268 270
269 { 271 {
270 "bounds": [785, 4654], 272 "bounds": [785, 4686],
271 "children": [ 273 "children": [
272 { 274 {
273 "bounds": [785, 4654], 275 "bounds": [785, 4686],
274 "contentsOpaque": true, 276 "contentsOpaque": true,
275 "drawsContent": true, 277 "drawsContent": true,
276 "children": [ 278 "children": [
277 { 279 {
278 "position": [8, 80], 280 "position": [8, 80],
279 "bounds": [300, 500], 281 "bounds": [300, 500],
280 "contentsOpaque": true, 282 "contentsOpaque": true,
281 "drawsContent": true, 283 "drawsContent": true,
282 "backgroundColor": "#0000FF", 284 "backgroundColor": "#0000FF",
283 "children": [ 285 "children": [
284 { 286 {
285 "bounds": [285, 485], 287 "bounds": [285, 485],
286 "children": [ 288 "children": [
287 { 289 {
288 "bounds": [285, 665], 290 "bounds": [285, 665],
291 "shouldFlattenTransform": false,
289 "drawsContent": true, 292 "drawsContent": true,
290 "children": [ 293 "children": [
291 { 294 {
292 295 "shouldFlattenTransform": false
293 } 296 }
294 ] 297 ]
295 } 298 }
296 ] 299 ]
297 }, 300 },
298 { 301 {
299 "children": [ 302 "children": [
300 { 303 {
301 "position": [0, 485], 304 "position": [0, 485],
302 "bounds": [285, 15], 305 "bounds": [285, 15],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 } 391 }
389 ] 392 ]
390 } 393 }
391 ] 394 ]
392 } 395 }
393 396
394 397
395 *** iteration 4: *** 398 *** iteration 4: ***
396 399
397 { 400 {
398 "bounds": [785, 6702], 401 "bounds": [785, 6750],
399 "children": [ 402 "children": [
400 { 403 {
401 "bounds": [785, 6702], 404 "bounds": [785, 6750],
402 "contentsOpaque": true, 405 "contentsOpaque": true,
403 "drawsContent": true, 406 "drawsContent": true,
404 "children": [ 407 "children": [
405 { 408 {
406 "position": [8, 80], 409 "position": [8, 80],
407 "bounds": [300, 500], 410 "bounds": [300, 500],
408 "drawsContent": true, 411 "drawsContent": true,
409 "children": [ 412 "children": [
410 { 413 {
411 "bounds": [285, 485], 414 "bounds": [285, 485],
412 "children": [ 415 "children": [
413 { 416 {
414 "bounds": [285, 665], 417 "bounds": [285, 665],
418 "shouldFlattenTransform": false,
415 "children": [ 419 "children": [
416 { 420 {
417 "position": [0, 195], 421 "position": [0, 195],
418 "bounds": [285, 15], 422 "bounds": [285, 15],
423 "shouldFlattenTransform": false,
419 "drawsContent": true 424 "drawsContent": true
420 } 425 }
421 ] 426 ]
422 } 427 }
423 ] 428 ]
424 }, 429 },
425 { 430 {
426 "children": [ 431 "children": [
427 { 432 {
428 "position": [0, 485], 433 "position": [0, 485],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "bounds": [100, 50], 516 "bounds": [100, 50],
512 "contentsOpaque": true, 517 "contentsOpaque": true,
513 "drawsContent": true, 518 "drawsContent": true,
514 "backgroundColor": "#FFA500" 519 "backgroundColor": "#FFA500"
515 } 520 }
516 ] 521 ]
517 } 522 }
518 ] 523 ]
519 } 524 }
520 525
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698