File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -161,23 +161,6 @@ testIframeWithCallback(
161161 "radioValue" : true ,
162162 "reliableMarginLeft" : true
163163 } ;
164- } else if ( / 7 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
165- expected = {
166- "ajax" : true ,
167- "boxSizingReliable" : true ,
168- "checkClone" : true ,
169- "checkOn" : true ,
170- "clearCloneStyle" : true ,
171- "cors" : true ,
172- "createHTMLDocument" : true ,
173- "focusin" : false ,
174- "noCloneChecked" : true ,
175- "optSelected" : true ,
176- "pixelMarginRight" : true ,
177- "pixelPosition" : false ,
178- "radioValue" : true ,
179- "reliableMarginLeft" : true
180- } ;
181164 } else if ( / f i r e f o x / i. test ( userAgent ) ) {
182165 expected = {
183166 "ajax" : true ,
@@ -229,7 +212,7 @@ testIframeWithCallback(
229212 "radioValue" : true ,
230213 "reliableMarginLeft" : true
231214 } ;
232- } else if ( / i p h o n e o s ( 6 | 7 ) / i. test ( userAgent ) ) {
215+ } else if ( / i p h o n e o s 7 / i. test ( userAgent ) ) {
233216 expected = {
234217 "ajax" : true ,
235218 "boxSizingReliable" : true ,
You can’t perform that action at this time.
0 commit comments