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

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

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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
11 Lorem Ipsum 11 Lorem Ipsum
12 12
13 13
14 *** iteration 1: *** 14 *** iteration 1: ***
15 15
16 { 16 {
17 "bounds": [800, 600], 17 "bounds": [800, 600],
18 "children": [ 18 "children": [
19 { 19 {
20 "bounds": [800, 600], 20 "bounds": [800, 600],
21 "contentsOpaque": true, 21 "contentsOpaque": true,
22 "drawsContent": true, 22 "drawsContent": true,
23 "children": [ 23 "children": [
24 { 24 {
25 "position": [8, 68], 25 "position": [8, 68],
26 "bounds": [300, 500], 26 "bounds": [300, 500],
27 "shouldFlattenTransform": false,
27 "drawsContent": true, 28 "drawsContent": true,
28 "children": [ 29 "children": [
29 { 30 {
30 "bounds": [285, 485], 31 "bounds": [285, 485],
32 "shouldFlattenTransform": false,
31 "children": [ 33 "children": [
32 { 34 {
33 "bounds": [285, 665], 35 "bounds": [285, 665]
34 "shouldFlattenTransform": false
35 } 36 }
36 ] 37 ]
37 }, 38 },
38 { 39 {
39 "bounds": [300, 500], 40 "bounds": [300, 500],
40 "children": [ 41 "children": [
41 { 42 {
42 "position": [0, 485], 43 "position": [0, 485],
43 "bounds": [285, 15] 44 "bounds": [285, 15]
44 }, 45 },
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 } 128 }
128 ] 129 ]
129 } 130 }
130 ] 131 ]
131 } 132 }
132 133
133 134
134 *** iteration 2: *** 135 *** iteration 2: ***
135 136
136 { 137 {
137 "bounds": [785, 2514], 138 "bounds": [785, 2530],
138 "children": [ 139 "children": [
139 { 140 {
140 "bounds": [785, 2514], 141 "bounds": [785, 2530],
141 "contentsOpaque": true, 142 "contentsOpaque": true,
142 "drawsContent": true, 143 "drawsContent": true,
143 "children": [ 144 "children": [
144 { 145 {
145 "position": [8, 68], 146 "position": [8, 68],
146 "bounds": [300, 500], 147 "bounds": [300, 500],
147 "contentsOpaque": true, 148 "contentsOpaque": true,
149 "shouldFlattenTransform": false,
148 "drawsContent": true, 150 "drawsContent": true,
149 "backgroundColor": "#0000FF", 151 "backgroundColor": "#0000FF",
150 "children": [ 152 "children": [
151 { 153 {
152 "bounds": [285, 485], 154 "bounds": [285, 485],
155 "shouldFlattenTransform": false,
153 "children": [ 156 "children": [
154 { 157 {
155 "bounds": [285, 665], 158 "bounds": [285, 665],
156 "shouldFlattenTransform": false,
157 "drawsContent": true 159 "drawsContent": true
158 } 160 }
159 ] 161 ]
160 }, 162 },
161 { 163 {
162 "bounds": [300, 500], 164 "bounds": [300, 500],
163 "children": [ 165 "children": [
164 { 166 {
165 "position": [0, 485], 167 "position": [0, 485],
166 "bounds": [285, 15] 168 "bounds": [285, 15]
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 } 252 }
251 ] 253 ]
252 } 254 }
253 ] 255 ]
254 } 256 }
255 257
256 258
257 *** iteration 3: *** 259 *** iteration 3: ***
258 260
259 { 261 {
260 "bounds": [785, 4482], 262 "bounds": [785, 4514],
261 "children": [ 263 "children": [
262 { 264 {
263 "bounds": [785, 4482], 265 "bounds": [785, 4514],
264 "contentsOpaque": true, 266 "contentsOpaque": true,
265 "drawsContent": true, 267 "drawsContent": true,
266 "children": [ 268 "children": [
267 { 269 {
268 "position": [8, 68], 270 "position": [8, 68],
269 "bounds": [300, 500], 271 "bounds": [300, 500],
270 "contentsOpaque": true, 272 "contentsOpaque": true,
273 "shouldFlattenTransform": false,
271 "drawsContent": true, 274 "drawsContent": true,
272 "backgroundColor": "#0000FF", 275 "backgroundColor": "#0000FF",
273 "children": [ 276 "children": [
274 { 277 {
275 "bounds": [285, 485], 278 "bounds": [285, 485],
279 "shouldFlattenTransform": false,
276 "children": [ 280 "children": [
277 { 281 {
278 "bounds": [285, 665], 282 "bounds": [285, 665],
279 "shouldFlattenTransform": false,
280 "drawsContent": true 283 "drawsContent": true
281 } 284 }
282 ] 285 ]
283 }, 286 },
284 { 287 {
285 "bounds": [300, 500], 288 "bounds": [300, 500],
286 "children": [ 289 "children": [
287 { 290 {
288 "position": [0, 485], 291 "position": [0, 485],
289 "bounds": [285, 15] 292 "bounds": [285, 15]
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 } 376 }
374 ] 377 ]
375 } 378 }
376 ] 379 ]
377 } 380 }
378 381
379 382
380 *** iteration 4: *** 383 *** iteration 4: ***
381 384
382 { 385 {
383 "bounds": [785, 6450], 386 "bounds": [785, 6498],
384 "children": [ 387 "children": [
385 { 388 {
386 "bounds": [785, 6450], 389 "bounds": [785, 6498],
387 "contentsOpaque": true, 390 "contentsOpaque": true,
388 "drawsContent": true, 391 "drawsContent": true,
389 "children": [ 392 "children": [
390 { 393 {
391 "position": [8, 68], 394 "position": [8, 68],
392 "bounds": [300, 500], 395 "bounds": [300, 500],
396 "shouldFlattenTransform": false,
393 "drawsContent": true, 397 "drawsContent": true,
394 "children": [ 398 "children": [
395 { 399 {
396 "bounds": [285, 485], 400 "bounds": [285, 485],
401 "shouldFlattenTransform": false,
397 "children": [ 402 "children": [
398 { 403 {
399 "bounds": [285, 665], 404 "bounds": [285, 665]
400 "shouldFlattenTransform": false
401 } 405 }
402 ] 406 ]
403 }, 407 },
404 { 408 {
405 "bounds": [300, 500], 409 "bounds": [300, 500],
406 "children": [ 410 "children": [
407 { 411 {
408 "position": [0, 485], 412 "position": [0, 485],
409 "bounds": [285, 15] 413 "bounds": [285, 15]
410 }, 414 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "bounds": [100, 50], 493 "bounds": [100, 50],
490 "contentsOpaque": true, 494 "contentsOpaque": true,
491 "drawsContent": true, 495 "drawsContent": true,
492 "backgroundColor": "#FFA500" 496 "backgroundColor": "#FFA500"
493 } 497 }
494 ] 498 ]
495 } 499 }
496 ] 500 ]
497 } 501 }
498 502
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698