File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,40 @@ testIframeWithCallback(
385385 "style" : true ,
386386 "submit" : true
387387 } ;
388+ } else if ( / i p h o n e o s 9 / i. test ( userAgent ) ) {
389+ expected = {
390+ "ajax" : true ,
391+ "attributes" : true ,
392+ "boxSizingReliable" : true ,
393+ "change" : true ,
394+ "checkClone" : true ,
395+ "checkOn" : true ,
396+ "clearCloneStyle" : true ,
397+ "cors" : true ,
398+ "createHTMLDocument" : true ,
399+ "cssFloat" : true ,
400+ "deleteExpando" : true ,
401+ "focusin" : false ,
402+ "gBCRDimensions" : true ,
403+ "html5Clone" : true ,
404+ "htmlSerialize" : true ,
405+ "input" : true ,
406+ "leadingWhitespace" : true ,
407+ "noCloneChecked" : true ,
408+ "noCloneEvent" : true ,
409+ "opacity" : true ,
410+ "optDisabled" : true ,
411+ "optSelected" : true ,
412+ "ownFirst" : true ,
413+ "pixelMarginRight" : true ,
414+ "pixelPosition" : false ,
415+ "radioValue" : true ,
416+ "reliableHiddenOffsets" : true ,
417+ "reliableMarginRight" : true ,
418+ "reliableMarginLeft" : true ,
419+ "style" : true ,
420+ "submit" : true
421+ } ;
388422 } else if ( / i p h o n e o s 8 / i. test ( userAgent ) ) {
389423 expected = {
390424 "ajax" : true ,
You can’t perform that action at this time.
0 commit comments