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

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

Issue 543953002: Auto-rebaseline for r181413 (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) 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, 62], 25 "position": [8, 62],
26 "bounds": [300, 500], 26 "bounds": [300, 500],
27 "drawsContent": true,
27 "children": [ 28 "children": [
28 { 29 {
29 "bounds": [285, 485], 30 "bounds": [285, 485],
30 "children": [ 31 "children": [
31 { 32 {
32 "bounds": [285, 665], 33 "bounds": [285, 665],
33 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
34 "children": [ 35 "children": [
35 { 36 {
36 "shouldFlattenTransform": false 37 "shouldFlattenTransform": false
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 } 131 }
131 ] 132 ]
132 } 133 }
133 ] 134 ]
134 } 135 }
135 136
136 137
137 *** iteration 2: *** 138 *** iteration 2: ***
138 139
139 { 140 {
140 "bounds": [785, 2433], 141 "bounds": [785, 2448],
141 "children": [ 142 "children": [
142 { 143 {
143 "bounds": [785, 2433], 144 "bounds": [785, 2448],
144 "contentsOpaque": true, 145 "contentsOpaque": true,
145 "drawsContent": true, 146 "drawsContent": true,
146 "children": [ 147 "children": [
147 { 148 {
148 "position": [8, 62], 149 "position": [8, 62],
149 "bounds": [300, 500], 150 "bounds": [300, 500],
151 "drawsContent": true,
150 "children": [ 152 "children": [
151 { 153 {
152 "bounds": [285, 485], 154 "bounds": [285, 485],
153 "children": [ 155 "children": [
154 { 156 {
155 "bounds": [285, 665], 157 "bounds": [285, 665],
156 "shouldFlattenTransform": false, 158 "shouldFlattenTransform": false,
157 "children": [ 159 "children": [
158 { 160 {
159 "position": [0, 195], 161 "position": [0, 195],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 } 258 }
257 ] 259 ]
258 } 260 }
259 ] 261 ]
260 } 262 }
261 263
262 264
263 *** iteration 3: *** 265 *** iteration 3: ***
264 266
265 { 267 {
266 "bounds": [785, 4323], 268 "bounds": [785, 4353],
267 "children": [ 269 "children": [
268 { 270 {
269 "bounds": [785, 4323], 271 "bounds": [785, 4353],
270 "contentsOpaque": true, 272 "contentsOpaque": true,
271 "drawsContent": true, 273 "drawsContent": true,
272 "children": [ 274 "children": [
273 { 275 {
274 "position": [8, 62], 276 "position": [8, 62],
275 "bounds": [300, 500], 277 "bounds": [300, 500],
278 "drawsContent": true,
276 "children": [ 279 "children": [
277 { 280 {
278 "bounds": [285, 485], 281 "bounds": [285, 485],
279 "children": [ 282 "children": [
280 { 283 {
281 "bounds": [285, 665], 284 "bounds": [285, 665],
282 "shouldFlattenTransform": false, 285 "shouldFlattenTransform": false,
283 "children": [ 286 "children": [
284 { 287 {
285 "position": [0, 195], 288 "position": [0, 195],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "bounds": [100, 50], 380 "bounds": [100, 50],
378 "contentsOpaque": true, 381 "contentsOpaque": true,
379 "drawsContent": true, 382 "drawsContent": true,
380 "backgroundColor": "#FFA500" 383 "backgroundColor": "#FFA500"
381 } 384 }
382 ] 385 ]
383 } 386 }
384 ] 387 ]
385 } 388 }
386 389
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698