We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe5b2b commit 1c2b536Copy full SHA for 1c2b536
test/unit/support.js
@@ -195,6 +195,23 @@ testIframeWithCallback(
195
"radioValue": true,
196
"reliableMarginLeft": false
197
};
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
+ };
215
} else if ( /iphone os 8/i.test( userAgent ) ) {
216
expected = {
217
"ajax": true,
0 commit comments