Skip to content

Commit f946948

Browse files
committed
Tests: Updated test after #13036.
1 parent 10a7105 commit f946948

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/plugins/notification/layout.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ bender.test( {
142142
}, {
143143
position: 'fixed',
144144
top: '109px',
145-
left: '814px'
145+
left: '804px'
146146
} ),
147147

148148
'test horizontal top fixed': createLayoutTest( {
@@ -160,7 +160,7 @@ bender.test( {
160160
}, {
161161
position: 'fixed',
162162
top: '0px',
163-
left: '687px'
163+
left: '677px'
164164
} ),
165165

166166
'test horizontal top': createLayoutTest( {
@@ -178,7 +178,7 @@ bender.test( {
178178
}, {
179179
position: 'absolute',
180180
top: '752px',
181-
left: '2329px'
181+
left: '2319px'
182182
} ),
183183

184184
'test horizontal bottom': createLayoutTest( {
@@ -196,7 +196,7 @@ bender.test( {
196196
}, {
197197
position: 'absolute',
198198
top: '1014px',
199-
left: '2329px'
199+
left: '2319px'
200200
} ),
201201

202202
'test vertical - narrow content - left 1': createLayoutTest( {
@@ -305,7 +305,7 @@ bender.test( {
305305
}, {
306306
position: 'fixed',
307307
top: '0px',
308-
left: '98px'
308+
left: '88px'
309309
} ),
310310

311311
'test vertical - wide content - right fixed': createLayoutTest( {

0 commit comments

Comments
 (0)