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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/selection-gaps-toggling-expected.txt

Issue 1466203002: Auto-rebaseline for r361055 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(...skipping 18 matching lines...) Expand all
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 "shouldFlattenTransform": false
35 } 35 }
36 ] 36 ]
37 }, 37 },
38 { 38 {
39 "bounds": [300, 500],
39 "children": [ 40 "children": [
40 { 41 {
41 "position": [0, 485], 42 "position": [0, 485],
42 "bounds": [285, 15] 43 "bounds": [285, 15]
43 }, 44 },
44 { 45 {
45 "position": [285, 0], 46 "position": [285, 0],
46 "bounds": [15, 485] 47 "bounds": [15, 485]
47 }, 48 },
48 { 49 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 } 127 }
127 ] 128 ]
128 } 129 }
129 ] 130 ]
130 } 131 }
131 132
132 133
133 *** iteration 2: *** 134 *** iteration 2: ***
134 135
135 { 136 {
136 "bounds": [785, 2492], 137 "bounds": [785, 2508],
137 "children": [ 138 "children": [
138 { 139 {
139 "bounds": [785, 2492], 140 "bounds": [785, 2508],
140 "contentsOpaque": true, 141 "contentsOpaque": true,
141 "drawsContent": true, 142 "drawsContent": true,
142 "children": [ 143 "children": [
143 { 144 {
144 "position": [8, 62], 145 "position": [8, 62],
145 "bounds": [300, 500], 146 "bounds": [300, 500],
146 "drawsContent": true, 147 "drawsContent": true,
147 "children": [ 148 "children": [
148 { 149 {
149 "bounds": [285, 485], 150 "bounds": [285, 485],
150 "children": [ 151 "children": [
151 { 152 {
152 "bounds": [285, 665], 153 "bounds": [285, 665],
153 "shouldFlattenTransform": false 154 "shouldFlattenTransform": false
154 } 155 }
155 ] 156 ]
156 }, 157 },
157 { 158 {
159 "bounds": [300, 500],
158 "children": [ 160 "children": [
159 { 161 {
160 "position": [0, 485], 162 "position": [0, 485],
161 "bounds": [285, 15] 163 "bounds": [285, 15]
162 }, 164 },
163 { 165 {
164 "position": [285, 0], 166 "position": [285, 0],
165 "bounds": [15, 485] 167 "bounds": [15, 485]
166 }, 168 },
167 { 169 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 } 247 }
246 ] 248 ]
247 } 249 }
248 ] 250 ]
249 } 251 }
250 252
251 253
252 *** iteration 3: *** 254 *** iteration 3: ***
253 255
254 { 256 {
255 "bounds": [785, 4396], 257 "bounds": [785, 4428],
256 "children": [ 258 "children": [
257 { 259 {
258 "bounds": [785, 4396], 260 "bounds": [785, 4428],
259 "contentsOpaque": true, 261 "contentsOpaque": true,
260 "drawsContent": true, 262 "drawsContent": true,
261 "children": [ 263 "children": [
262 { 264 {
263 "position": [8, 62], 265 "position": [8, 62],
264 "bounds": [300, 500], 266 "bounds": [300, 500],
265 "drawsContent": true, 267 "drawsContent": true,
266 "children": [ 268 "children": [
267 { 269 {
268 "bounds": [285, 485], 270 "bounds": [285, 485],
269 "children": [ 271 "children": [
270 { 272 {
271 "bounds": [285, 665], 273 "bounds": [285, 665],
272 "shouldFlattenTransform": false 274 "shouldFlattenTransform": false
273 } 275 }
274 ] 276 ]
275 }, 277 },
276 { 278 {
279 "bounds": [300, 500],
277 "children": [ 280 "children": [
278 { 281 {
279 "position": [0, 485], 282 "position": [0, 485],
280 "bounds": [285, 15] 283 "bounds": [285, 15]
281 }, 284 },
282 { 285 {
283 "position": [285, 0], 286 "position": [285, 0],
284 "bounds": [15, 485] 287 "bounds": [15, 485]
285 }, 288 },
286 { 289 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "bounds": [100, 50], 363 "bounds": [100, 50],
361 "contentsOpaque": true, 364 "contentsOpaque": true,
362 "drawsContent": true, 365 "drawsContent": true,
363 "backgroundColor": "#FFA500" 366 "backgroundColor": "#FFA500"
364 } 367 }
365 ] 368 ]
366 } 369 }
367 ] 370 ]
368 } 371 }
369 372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698