Skip to content

Commit 1c2b536

Browse files
committed
Tests: Add iOS 9 support tests results
1 parent cbe5b2b commit 1c2b536

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/unit/support.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,23 @@ testIframeWithCallback(
195195
"radioValue": true,
196196
"reliableMarginLeft": false
197197
};
198+
} else if ( /iphone os 9/i.test( userAgent ) ) {
199+
expected = {
200+
"ajax": true,
201+
"boxSizingReliable": true,
202+
"checkClone": true,
203+
"checkOn": true,
204+
"clearCloneStyle": true,
205+
"cors": true,
206+
"createHTMLDocument": true,
207+
"focusin": false,
208+
"noCloneChecked": true,
209+
"optSelected": true,
210+
"pixelMarginRight": true,
211+
"pixelPosition": false,
212+
"radioValue": true,
213+
"reliableMarginLeft": true
214+
};
198215
} else if ( /iphone os 8/i.test( userAgent ) ) {
199216
expected = {
200217
"ajax": true,

0 commit comments

Comments
 (0)