File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
131
131
"radioValue" : false ,
132
132
"reliableMarginRight" : true
133
133
} ;
134
- } else if ( / 7 \. 0 \. \d + s a f a r i / i. test ( userAgent ) ) {
134
+ } else if ( / 7 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
135
135
expected = {
136
136
"ajax" : true ,
137
137
"boxSizingReliable" : true ,
@@ -147,7 +147,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
147
147
"radioValue" : true ,
148
148
"reliableMarginRight" : true
149
149
} ;
150
- } else if ( / 6 \. 0 \. \d + s a f a r i / i. test ( userAgent ) ) {
150
+ } else if ( / 6 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
151
151
expected = {
152
152
"ajax" : true ,
153
153
"boxSizingReliable" : true ,
@@ -163,7 +163,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
163
163
"radioValue" : true ,
164
164
"reliableMarginRight" : true
165
165
} ;
166
- } else if ( / 5 \. 1 \. \d + s a f a r i / i. test ( userAgent ) ) {
166
+ } else if ( / 5 \. 1 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
167
167
expected = {
168
168
"ajax" :true ,
169
169
"boxSizingReliable" : true ,
You can’t perform that action at this time.
0 commit comments