Skip to content

Commit dec9ab9

Browse files
committed
Tests: Add iOS 9 support tests results
1 parent 06840d8 commit dec9ab9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

test/unit/support.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,40 @@ testIframeWithCallback(
385385
"style": true,
386386
"submit": true
387387
};
388+
} else if ( /iphone os 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 ( /iphone os 8/i.test( userAgent ) ) {
389423
expected = {
390424
"ajax": true,

0 commit comments

Comments
 (0)