File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed
Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -317,40 +317,6 @@ testIframeWithCallback(
317317 "style" : true ,
318318 "submit" : true
319319 } ;
320- } else if ( / 7 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
321- expected = {
322- "ajax" : true ,
323- "attributes" : true ,
324- "boxSizingReliable" : true ,
325- "change" : true ,
326- "checkClone" : true ,
327- "checkOn" : true ,
328- "clearCloneStyle" : true ,
329- "cors" : true ,
330- "createHTMLDocument" : true ,
331- "cssFloat" : true ,
332- "deleteExpando" : true ,
333- "focusin" : false ,
334- "gBCRDimensions" : true ,
335- "html5Clone" : true ,
336- "htmlSerialize" : true ,
337- "input" : true ,
338- "leadingWhitespace" : true ,
339- "noCloneChecked" : true ,
340- "noCloneEvent" : true ,
341- "opacity" : true ,
342- "optDisabled" : true ,
343- "optSelected" : true ,
344- "ownFirst" : true ,
345- "pixelMarginRight" : true ,
346- "pixelPosition" : false ,
347- "radioValue" : true ,
348- "reliableHiddenOffsets" : true ,
349- "reliableMarginRight" : true ,
350- "reliableMarginLeft" : true ,
351- "style" : true ,
352- "submit" : true
353- } ;
354320 } else if ( / f i r e f o x / i. test ( userAgent ) ) {
355321 expected = {
356322 "ajax" : true ,
@@ -453,7 +419,7 @@ testIframeWithCallback(
453419 "style" : true ,
454420 "submit" : true
455421 } ;
456- } else if ( / i p h o n e o s ( 6 | 7 ) / i. test ( userAgent ) ) {
422+ } else if ( / i p h o n e o s 7 / i. test ( userAgent ) ) {
457423 expected = {
458424 "ajax" : true ,
459425 "attributes" : true ,
You can’t perform that action at this time.
0 commit comments