File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/plugins/notification Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ bender.test( {
142
142
} , {
143
143
position : 'fixed' ,
144
144
top : '109px' ,
145
- left : '814px '
145
+ left : '804px '
146
146
} ) ,
147
147
148
148
'test horizontal top fixed' : createLayoutTest ( {
@@ -160,7 +160,7 @@ bender.test( {
160
160
} , {
161
161
position : 'fixed' ,
162
162
top : '0px' ,
163
- left : '687px '
163
+ left : '677px '
164
164
} ) ,
165
165
166
166
'test horizontal top' : createLayoutTest ( {
@@ -178,7 +178,7 @@ bender.test( {
178
178
} , {
179
179
position : 'absolute' ,
180
180
top : '752px' ,
181
- left : '2329px '
181
+ left : '2319px '
182
182
} ) ,
183
183
184
184
'test horizontal bottom' : createLayoutTest ( {
@@ -196,7 +196,7 @@ bender.test( {
196
196
} , {
197
197
position : 'absolute' ,
198
198
top : '1014px' ,
199
- left : '2329px '
199
+ left : '2319px '
200
200
} ) ,
201
201
202
202
'test vertical - narrow content - left 1' : createLayoutTest ( {
@@ -305,7 +305,7 @@ bender.test( {
305
305
} , {
306
306
position : 'fixed' ,
307
307
top : '0px' ,
308
- left : '98px '
308
+ left : '88px '
309
309
} ) ,
310
310
311
311
'test vertical - wide content - right fixed' : createLayoutTest ( {
You can’t perform that action at this time.
0 commit comments