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

Side by Side Diff: LayoutTests/platform/win/compositing/overflow/selection-gaps-toggling-with-scrolling-contents-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) 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 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, 2496], 143 "bounds": [785, 2622],
144 "children": [ 144 "children": [
145 { 145 {
146 "bounds": [785, 2496], 146 "bounds": [785, 2622],
147 "contentsOpaque": true, 147 "contentsOpaque": true,
148 "drawsContent": true, 148 "drawsContent": true,
149 "children": [ 149 "children": [
150 { 150 {
151 "position": [8, 80], 151 "position": [8, 80],
152 "bounds": [300, 500], 152 "bounds": [300, 500],
153 "contentsOpaque": true, 153 "contentsOpaque": true,
154 "drawsContent": true, 154 "drawsContent": true,
155 "backgroundColor": "#0000FF", 155 "backgroundColor": "#0000FF",
156 "children": [ 156 "children": [
(...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, 4431], 272 "bounds": [785, 4686],
273 "children": [ 273 "children": [
274 { 274 {
275 "bounds": [785, 4431], 275 "bounds": [785, 4686],
276 "contentsOpaque": true, 276 "contentsOpaque": true,
277 "drawsContent": true, 277 "drawsContent": true,
278 "children": [ 278 "children": [
279 { 279 {
280 "position": [8, 80], 280 "position": [8, 80],
281 "bounds": [300, 500], 281 "bounds": [300, 500],
282 "contentsOpaque": true, 282 "contentsOpaque": true,
283 "drawsContent": true, 283 "drawsContent": true,
284 "backgroundColor": "#0000FF", 284 "backgroundColor": "#0000FF",
285 "children": [ 285 "children": [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 } 391 }
392 ] 392 ]
393 } 393 }
394 ] 394 ]
395 } 395 }
396 396
397 397
398 *** iteration 4: *** 398 *** iteration 4: ***
399 399
400 { 400 {
401 "bounds": [785, 6366], 401 "bounds": [785, 6750],
402 "children": [ 402 "children": [
403 { 403 {
404 "bounds": [785, 6366], 404 "bounds": [785, 6750],
405 "contentsOpaque": true, 405 "contentsOpaque": true,
406 "drawsContent": true, 406 "drawsContent": true,
407 "children": [ 407 "children": [
408 { 408 {
409 "position": [8, 80], 409 "position": [8, 80],
410 "bounds": [300, 500], 410 "bounds": [300, 500],
411 "drawsContent": true, 411 "drawsContent": true,
412 "children": [ 412 "children": [
413 { 413 {
414 "bounds": [285, 485], 414 "bounds": [285, 485],
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "bounds": [100, 50], 516 "bounds": [100, 50],
517 "contentsOpaque": true, 517 "contentsOpaque": true,
518 "drawsContent": true, 518 "drawsContent": true,
519 "backgroundColor": "#FFA500" 519 "backgroundColor": "#FFA500"
520 } 520 }
521 ] 521 ]
522 } 522 }
523 ] 523 ]
524 } 524 }
525 525
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698