22
33exports [` scrollMode: always block: center, inline: center 1` ] = `
44Object {
5- " left" : 150 ,
6- " top" : 150 ,
5+ " left" : 250 ,
6+ " top" : 250 ,
77}
88` ;
99
1010exports [` scrollMode: always block: center, inline: end 1` ] = `
1111Object {
12- " left" : 100 ,
13- " top" : 150 ,
12+ " left" : 200 ,
13+ " top" : 250 ,
1414}
1515` ;
1616
1717exports [` scrollMode: always block: center, inline: nearest 1` ] = `
1818Object {
19- " left" : 100 ,
20- " top" : 150 ,
19+ " left" : 200 ,
20+ " top" : 250 ,
2121}
2222` ;
2323
2424exports [` scrollMode: always block: center, inline: nearest 2` ] = `
2525Object {
26- " left" : 200 ,
27- " top" : 150 ,
26+ " left" : 300 ,
27+ " top" : 250 ,
2828}
2929` ;
3030
3131exports [` scrollMode: always block: center, inline: start 1` ] = `
3232Object {
33- " left" : 200 ,
34- " top" : 150 ,
33+ " left" : 300 ,
34+ " top" : 250 ,
3535}
3636` ;
3737
3838exports [` scrollMode: always block: end, inline: center 1` ] = `
3939Object {
40- " left" : 150 ,
41- " top" : 100 ,
40+ " left" : 250 ,
41+ " top" : 200 ,
4242}
4343` ;
4444
4545exports [` scrollMode: always block: end, inline: end 1` ] = `
4646Object {
47- " left" : 100 ,
48- " top" : 100 ,
47+ " left" : 200 ,
48+ " top" : 200 ,
4949}
5050` ;
5151
5252exports [` scrollMode: always block: end, inline: nearest 1` ] = `
5353Object {
54- " left" : 100 ,
55- " top" : 100 ,
54+ " left" : 200 ,
55+ " top" : 200 ,
5656}
5757` ;
5858
5959exports [` scrollMode: always block: end, inline: nearest 2` ] = `
6060Object {
61- " left" : 200 ,
62- " top" : 100 ,
61+ " left" : 300 ,
62+ " top" : 200 ,
6363}
6464` ;
6565
6666exports [` scrollMode: always block: end, inline: start 1` ] = `
6767Object {
68- " left" : 200 ,
69- " top" : 100 ,
68+ " left" : 300 ,
69+ " top" : 200 ,
7070}
7171` ;
7272
7373exports [` scrollMode: always block: nearest, inline: center 1` ] = `
7474Object {
75- " left" : 150 ,
76- " top" : 100 ,
75+ " left" : 250 ,
76+ " top" : 200 ,
7777}
7878` ;
7979
8080exports [` scrollMode: always block: nearest, inline: center 2` ] = `
8181Object {
82- " left" : 150 ,
83- " top" : 200 ,
82+ " left" : 250 ,
83+ " top" : 300 ,
8484}
8585` ;
8686
8787exports [` scrollMode: always block: nearest, inline: end 1` ] = `
8888Object {
89- " left" : 100 ,
90- " top" : 100 ,
89+ " left" : 200 ,
90+ " top" : 200 ,
9191}
9292` ;
9393
9494exports [` scrollMode: always block: nearest, inline: end 2` ] = `
9595Object {
96- " left" : 100 ,
97- " top" : 200 ,
96+ " left" : 200 ,
97+ " top" : 300 ,
9898}
9999` ;
100100
101101exports [` scrollMode: always block: nearest, inline: nearest 1` ] = `
102102Object {
103- " left" : 100 ,
104- " top" : 100 ,
103+ " left" : 200 ,
104+ " top" : 200 ,
105105}
106106` ;
107107
108108exports [` scrollMode: always block: nearest, inline: nearest 2` ] = `
109109Object {
110- " left" : 200 ,
111- " top" : 200 ,
110+ " left" : 300 ,
111+ " top" : 300 ,
112112}
113113` ;
114114
115115exports [` scrollMode: always block: nearest, inline: start 1` ] = `
116116Object {
117- " left" : 200 ,
118- " top" : 100 ,
117+ " left" : 300 ,
118+ " top" : 200 ,
119119}
120120` ;
121121
122122exports [` scrollMode: always block: nearest, inline: start 2` ] = `
123123Object {
124- " left" : 200 ,
125- " top" : 200 ,
124+ " left" : 300 ,
125+ " top" : 300 ,
126126}
127127` ;
128128
129129exports [` scrollMode: always block: start, inline: center 1` ] = `
130130Object {
131- " left" : 150 ,
132- " top" : 200 ,
131+ " left" : 250 ,
132+ " top" : 300 ,
133133}
134134` ;
135135
136136exports [` scrollMode: always block: start, inline: end 1` ] = `
137137Object {
138- " left" : 100 ,
139- " top" : 200 ,
138+ " left" : 200 ,
139+ " top" : 300 ,
140140}
141141` ;
142142
143143exports [` scrollMode: always block: start, inline: nearest 1` ] = `
144144Object {
145- " left" : 100 ,
146- " top" : 200 ,
145+ " left" : 200 ,
146+ " top" : 300 ,
147147}
148148` ;
149149
150150exports [` scrollMode: always block: start, inline: nearest 2` ] = `
151151Object {
152- " left" : 200 ,
153- " top" : 200 ,
152+ " left" : 300 ,
153+ " top" : 300 ,
154154}
155155` ;
156156
157157exports [` scrollMode: always block: start, inline: start 1` ] = `
158158Object {
159- " left" : 200 ,
160- " top" : 200 ,
159+ " left" : 300 ,
160+ " top" : 300 ,
161161}
162162` ;
163163
164164exports [` scrollMode: if-needed horizontal completely overflowing 1` ] = `
165165Array [
166166 Object {
167167 " el" : Object {},
168- " left" : 100 ,
169- " top" : 150 ,
168+ " left" : 200 ,
169+ " top" : 250 ,
170170 } ,
171171]
172172` ;
@@ -175,8 +175,8 @@ exports[`scrollMode: if-needed horizontal partially overflowing 1`] = `
175175Array [
176176 Object {
177177 " el" : Object {},
178- " left" : 100 ,
179- " top" : 150 ,
178+ " left" : 200 ,
179+ " top" : 250 ,
180180 } ,
181181]
182182` ;
@@ -185,8 +185,8 @@ exports[`scrollMode: if-needed vertical completely below the fold 1`] = `
185185Array [
186186 Object {
187187 " el" : Object {},
188- " left" : 100 ,
189- " top" : 150 ,
188+ " left" : 200 ,
189+ " top" : 250 ,
190190 } ,
191191]
192192` ;
@@ -195,8 +195,8 @@ exports[`scrollMode: if-needed vertical partially below the fold 1`] = `
195195Array [
196196 Object {
197197 " el" : Object {},
198- " left" : 100 ,
199- " top" : 150 ,
198+ " left" : 200 ,
199+ " top" : 250 ,
200200 } ,
201201]
202202` ;
0 commit comments