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

Side by Side Diff: LayoutTests/platform/mac/compositing/overflow/selection-gaps-toggling-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) 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
(...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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 { 151 {
152 "bounds": [285, 485], 152 "bounds": [285, 485],
153 "children": [ 153 "children": [
154 { 154 {
155 "bounds": [285, 665], 155 "bounds": [285, 665],
156 "shouldFlattenTransform": false, 156 "shouldFlattenTransform": false,
157 "children": [ 157 "children": [
158 { 158 {
159 "position": [0, 195], 159 "position": [0, 195],
160 "bounds": [285, 15], 160 "bounds": [285, 15],
161 "shouldFlattenTransform": false,
161 "drawsContent": true 162 "drawsContent": true
162 } 163 }
163 ] 164 ]
164 } 165 }
165 ] 166 ]
166 }, 167 },
167 { 168 {
168 "children": [ 169 "children": [
169 { 170 {
170 "position": [0, 485], 171 "position": [0, 485],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 } 256 }
256 ] 257 ]
257 } 258 }
258 ] 259 ]
259 } 260 }
260 261
261 262
262 *** iteration 3: *** 263 *** iteration 3: ***
263 264
264 { 265 {
265 "bounds": [785, 4308], 266 "bounds": [785, 4323],
266 "children": [ 267 "children": [
267 { 268 {
268 "bounds": [785, 4308], 269 "bounds": [785, 4323],
269 "contentsOpaque": true, 270 "contentsOpaque": true,
270 "drawsContent": true, 271 "drawsContent": true,
271 "children": [ 272 "children": [
272 { 273 {
273 "position": [8, 62], 274 "position": [8, 62],
274 "bounds": [300, 500], 275 "bounds": [300, 500],
275 "children": [ 276 "children": [
276 { 277 {
277 "bounds": [285, 485], 278 "bounds": [285, 485],
278 "children": [ 279 "children": [
279 { 280 {
280 "bounds": [285, 665], 281 "bounds": [285, 665],
281 "shouldFlattenTransform": false, 282 "shouldFlattenTransform": false,
282 "children": [ 283 "children": [
283 { 284 {
284 "position": [0, 195], 285 "position": [0, 195],
285 "bounds": [285, 15] 286 "bounds": [285, 15],
287 "shouldFlattenTransform": false
286 } 288 }
287 ] 289 ]
288 } 290 }
289 ] 291 ]
290 }, 292 },
291 { 293 {
292 "children": [ 294 "children": [
293 { 295 {
294 "position": [0, 485], 296 "position": [0, 485],
295 "bounds": [285, 15] 297 "bounds": [285, 15]
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "bounds": [100, 50], 377 "bounds": [100, 50],
376 "contentsOpaque": true, 378 "contentsOpaque": true,
377 "drawsContent": true, 379 "drawsContent": true,
378 "backgroundColor": "#FFA500" 380 "backgroundColor": "#FFA500"
379 } 381 }
380 ] 382 ]
381 } 383 }
382 ] 384 ]
383 } 385 }
384 386
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698