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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/selection-gaps-toggling-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) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. 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) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. 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],
148 "shouldFlattenTransform": false,
147 "drawsContent": true, 149 "drawsContent": true,
148 "children": [ 150 "children": [
149 { 151 {
150 "bounds": [285, 485], 152 "bounds": [285, 485],
153 "shouldFlattenTransform": false,
151 "children": [ 154 "children": [
152 { 155 {
153 "bounds": [285, 665], 156 "bounds": [285, 665]
154 "shouldFlattenTransform": false
155 } 157 }
156 ] 158 ]
157 }, 159 },
158 { 160 {
159 "bounds": [300, 500], 161 "bounds": [300, 500],
160 "children": [ 162 "children": [
161 { 163 {
162 "position": [0, 485], 164 "position": [0, 485],
163 "bounds": [285, 15] 165 "bounds": [285, 15]
164 }, 166 },
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 } 249 }
248 ] 250 ]
249 } 251 }
250 ] 252 ]
251 } 253 }
252 254
253 255
254 *** iteration 3: *** 256 *** iteration 3: ***
255 257
256 { 258 {
257 "bounds": [785, 4434], 259 "bounds": [785, 4466],
258 "children": [ 260 "children": [
259 { 261 {
260 "bounds": [785, 4434], 262 "bounds": [785, 4466],
261 "contentsOpaque": true, 263 "contentsOpaque": true,
262 "drawsContent": true, 264 "drawsContent": true,
263 "children": [ 265 "children": [
264 { 266 {
265 "position": [8, 68], 267 "position": [8, 68],
266 "bounds": [300, 500], 268 "bounds": [300, 500],
269 "shouldFlattenTransform": false,
267 "drawsContent": true, 270 "drawsContent": true,
268 "children": [ 271 "children": [
269 { 272 {
270 "bounds": [285, 485], 273 "bounds": [285, 485],
274 "shouldFlattenTransform": false,
271 "children": [ 275 "children": [
272 { 276 {
273 "bounds": [285, 665], 277 "bounds": [285, 665]
274 "shouldFlattenTransform": false
275 } 278 }
276 ] 279 ]
277 }, 280 },
278 { 281 {
279 "bounds": [300, 500], 282 "bounds": [300, 500],
280 "children": [ 283 "children": [
281 { 284 {
282 "position": [0, 485], 285 "position": [0, 485],
283 "bounds": [285, 15] 286 "bounds": [285, 15]
284 }, 287 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "bounds": [100, 50], 366 "bounds": [100, 50],
364 "contentsOpaque": true, 367 "contentsOpaque": true,
365 "drawsContent": true, 368 "drawsContent": true,
366 "backgroundColor": "#FFA500" 369 "backgroundColor": "#FFA500"
367 } 370 }
368 ] 371 ]
369 } 372 }
370 ] 373 ]
371 } 374 }
372 375
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698